public class GetAccountResult extends Object implements Serializable, Cloneable
Represents an AWS account that is associated with Amazon API Gateway.
Constructor and Description |
---|
GetAccountResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getCloudwatchRoleArn()
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for
the current Account resource.
|
ThrottleSettings |
getThrottleSettings()
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
int |
hashCode() |
void |
setCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for
the current Account resource.
|
void |
setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAccountResult |
withCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for
the current Account resource.
|
GetAccountResult |
withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
public void setCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
cloudwatchRoleArn
- Specifies the Amazon resource name (ARN) of an Amazon CloudWatch
role for the current Account resource.public String getCloudwatchRoleArn()
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
public GetAccountResult withCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
cloudwatchRoleArn
- Specifies the Amazon resource name (ARN) of an Amazon CloudWatch
role for the current Account resource.public void setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.
throttleSettings
- Specifies the application programming interface (API) throttle
settings for the current Account resource.public ThrottleSettings getThrottleSettings()
Specifies the application programming interface (API) throttle settings for the current Account resource.
public GetAccountResult withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.
throttleSettings
- Specifies the application programming interface (API) throttle
settings for the current Account resource.public String toString()
toString
in class Object
Object.toString()
public GetAccountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.