Class GetAccountResult

    • Constructor Detail

      • GetAccountResult

        public GetAccountResult()
    • Method Detail

      • setCloudwatchRoleArn

        public void setCloudwatchRoleArn​(String cloudwatchRoleArn)

        Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

        Parameters:
        cloudwatchRoleArn - Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
      • getCloudwatchRoleArn

        public String getCloudwatchRoleArn()

        Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

        Returns:
        Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
      • withCloudwatchRoleArn

        public GetAccountResult withCloudwatchRoleArn​(String cloudwatchRoleArn)

        Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

        Parameters:
        cloudwatchRoleArn - Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThrottleSettings

        public void setThrottleSettings​(ThrottleSettings throttleSettings)

        Specifies the application programming interface (API) throttle settings for the current Account resource.

        Parameters:
        throttleSettings - Specifies the application programming interface (API) throttle settings for the current Account resource.
      • getThrottleSettings

        public ThrottleSettings getThrottleSettings()

        Specifies the application programming interface (API) throttle settings for the current Account resource.

        Returns:
        Specifies the application programming interface (API) throttle settings for the current Account resource.
      • withThrottleSettings

        public GetAccountResult withThrottleSettings​(ThrottleSettings throttleSettings)

        Specifies the application programming interface (API) throttle settings for the current Account resource.

        Parameters:
        throttleSettings - Specifies the application programming interface (API) throttle settings for the current Account resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object