@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutBandwidthRateLimitScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| PutBandwidthRateLimitScheduleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutBandwidthRateLimitScheduleResult | clone() | 
| boolean | equals(Object obj) | 
| String | getGatewayArn()
 The Amazon Resource Name (ARN) of the gateway. | 
| int | hashCode() | 
| void | setGatewayArn(String gatewayArn)
 The Amazon Resource Name (ARN) of the gateway. | 
| String | toString()Returns a string representation of this object. | 
| PutBandwidthRateLimitScheduleResult | withGatewayArn(String gatewayArn)
 The Amazon Resource Name (ARN) of the gateway. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayArn(String gatewayArn)
 The Amazon Resource Name (ARN) of the gateway. Use the 
 ListGateways  operation to return a list of gateways for your account and Amazon Web Services
 Region.
 
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the 
        ListGateways  operation to return a list of gateways for your account and Amazon Web
        Services Region.public String getGatewayArn()
 The Amazon Resource Name (ARN) of the gateway. Use the 
 ListGateways  operation to return a list of gateways for your account and Amazon Web Services
 Region.
 
ListGateways  operation to return a list of gateways for your account and Amazon Web
         Services Region.public PutBandwidthRateLimitScheduleResult withGatewayArn(String gatewayArn)
 The Amazon Resource Name (ARN) of the gateway. Use the 
 ListGateways  operation to return a list of gateways for your account and Amazon Web Services
 Region.
 
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the 
        ListGateways  operation to return a list of gateways for your account and Amazon Web
        Services Region.public String toString()
toString in class ObjectObject.toString()public PutBandwidthRateLimitScheduleResult clone()