Class UpdateAccountResult
- java.lang.Object
-
- com.amazonaws.services.apigateway.model.UpdateAccountResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class UpdateAccountResult extends Object implements Serializable, Cloneable
Represents an AWS account that is associated with Amazon API Gateway.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateAccountResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAccountResult
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.UpdateAccountResult
withCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.UpdateAccountResult
withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.
-
-
-
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 UpdateAccountResult 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 UpdateAccountResult 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateAccountResult clone()
-
-