@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBandwidthRateLimitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the Amazon Resource Name (ARN) of the gateway whose throttle information was updated.
| Constructor and Description | 
|---|
UpdateBandwidthRateLimitResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateBandwidthRateLimitResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getGatewayARN()  | 
int | 
hashCode()  | 
void | 
setGatewayARN(String gatewayARN)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateBandwidthRateLimitResult | 
withGatewayARN(String gatewayARN)  | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public UpdateBandwidthRateLimitResult withGatewayARN(String gatewayARN)
gatewayARN - public String toString()
toString in class ObjectObject.toString()public UpdateBandwidthRateLimitResult clone()