Class UpdateAccountResult
java.lang.Object
com.amazonaws.services.apigateway.model.UpdateAccountResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents an AWS account that is associated with Amazon API Gateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCloudwatchRoleArn
(String cloudwatchRoleArn) Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.withThrottleSettings
(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.
-
Constructor Details
-
UpdateAccountResult
public UpdateAccountResult()
-
-
Method Details
-
setCloudwatchRoleArn
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-