Class DescribeApplicationsRequest

    • Method Detail

      • hasApplicationIds

        public final boolean hasApplicationIds()
        For responses, this returns true if the service returned a value for the ApplicationIds property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • applicationIds

        public final List<String> applicationIds()

        The identifiers of one or more applications.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasApplicationIds() method.

        Returns:
        The identifiers of one or more applications.
      • computeTypeNames

        public final List<Compute> computeTypeNames()

        The compute types supported by the applications.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasComputeTypeNames() method.

        Returns:
        The compute types supported by the applications.
      • hasComputeTypeNames

        public final boolean hasComputeTypeNames()
        For responses, this returns true if the service returned a value for the ComputeTypeNames property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • computeTypeNamesAsStrings

        public final List<String> computeTypeNamesAsStrings()

        The compute types supported by the applications.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasComputeTypeNames() method.

        Returns:
        The compute types supported by the applications.
      • operatingSystemNames

        public final List<OperatingSystemName> operatingSystemNames()

        The operating systems supported by the applications.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasOperatingSystemNames() method.

        Returns:
        The operating systems supported by the applications.
      • hasOperatingSystemNames

        public final boolean hasOperatingSystemNames()
        For responses, this returns true if the service returned a value for the OperatingSystemNames property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • operatingSystemNamesAsStrings

        public final List<String> operatingSystemNamesAsStrings()

        The operating systems supported by the applications.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasOperatingSystemNames() method.

        Returns:
        The operating systems supported by the applications.
      • owner

        public final String owner()

        The owner of the applications.

        Returns:
        The owner of the applications.
      • maxResults

        public final Integer maxResults()

        The maximum number of applications to return.

        Returns:
        The maximum number of applications to return.
      • nextToken

        public final String nextToken()

        If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

        Returns:
        If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object