Class GetAccountResult

java.lang.Object
com.amazonaws.services.apigateway.model.GetAccountResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetAccountResult extends Object implements Serializable, Cloneable

Represents an AWS account that is associated with Amazon API Gateway.

See Also:
  • Constructor Details

    • GetAccountResult

      public GetAccountResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetAccountResult clone()
      Overrides:
      clone in class Object