Class DeleteAppVersionResourceRequest

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

        public final String awsAccountId()

        Amazon Web Services account that owns the physical resource.

        Returns:
        Amazon Web Services account that owns the physical resource.
      • awsRegion

        public final String awsRegion()

        Amazon Web Services region that owns the physical resource.

        Returns:
        Amazon Web Services region that owns the physical resource.
      • clientToken

        public final String clientToken()

        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

        Returns:
        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
      • logicalResourceId

        public final LogicalResourceId logicalResourceId()

        Logical identifier of the resource.

        Returns:
        Logical identifier of the resource.
      • physicalResourceId

        public final String physicalResourceId()

        Physical identifier of the resource.

        Returns:
        Physical identifier of the resource.
      • resourceName

        public final String resourceName()

        Name of the resource.

        Returns:
        Name of the resource.
      • 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