Class ListAppVersionsRequest

    • 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.
      • endTime

        public final Instant endTime()

        Upper limit of the time range to filter the application versions.

        Returns:
        Upper limit of the time range to filter the application versions.
      • 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.
      • startTime

        public final Instant startTime()

        Lower limit of the time range to filter the application versions.

        Returns:
        Lower limit of the time range to filter the application versions.
      • 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