@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBandwidthRateLimitScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetBandwidthRateLimitScheduleRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetBandwidthRateLimitScheduleRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetBandwidthRateLimitScheduleRequest |
withGatewayArn (String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetBandwidthRateLimitScheduleRequest()
public 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 GetBandwidthRateLimitScheduleRequest 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 Object Object.toString() public GetBandwidthRateLimitScheduleRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()