Class ListExtensionAssociationsRequest

    • Method Detail

      • resourceIdentifier

        public final String resourceIdentifier()

        The ARN of an application, configuration profile, or environment.

        Returns:
        The ARN of an application, configuration profile, or environment.
      • extensionIdentifier

        public final String extensionIdentifier()

        The name, the ID, or the Amazon Resource Name (ARN) of the extension.

        Returns:
        The name, the ID, or the Amazon Resource Name (ARN) of the extension.
      • extensionVersionNumber

        public final Integer extensionVersionNumber()

        The version number for the extension defined in the association.

        Returns:
        The version number for the extension defined in the association.
      • maxResults

        public final Integer maxResults()

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Returns:
        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
      • nextToken

        public final String nextToken()

        A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.

        Returns:
        A token to start the list. Use this token to get the next set of results or pass null to get the first 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