Class ListAppVersionResourcesRequest

    • Method Detail

      • appArn

        public final String appArn()

        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Returns:
        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
      • appVersion

        public final String appVersion()

        The version of the application.

        Returns:
        The version of the application.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        Returns:
        Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
      • nextToken

        public final String nextToken()

        Null, or the token from a previous call to get the next set of results.

        Returns:
        Null, or the token from a previous call to get the next set of results.
      • resolutionId

        public final String resolutionId()

        The identifier for a specific resolution.

        Returns:
        The identifier for a specific resolution.
      • 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