@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayInformationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGatewayInformationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInformationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getGatewayName() |
String |
getGatewayTimezone() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setGatewayName(String gatewayName) |
void |
setGatewayTimezone(String gatewayTimezone) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGatewayInformationRequest |
withGatewayARN(String gatewayARN) |
UpdateGatewayInformationRequest |
withGatewayName(String gatewayName) |
UpdateGatewayInformationRequest |
withGatewayTimezone(String gatewayTimezone) |
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, withSdkRequestTimeoutpublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public UpdateGatewayInformationRequest withGatewayARN(String gatewayARN)
gatewayARN - public void setGatewayName(String gatewayName)
gatewayName - public String getGatewayName()
public UpdateGatewayInformationRequest withGatewayName(String gatewayName)
gatewayName - public void setGatewayTimezone(String gatewayTimezone)
gatewayTimezone - public String getGatewayTimezone()
public UpdateGatewayInformationRequest withGatewayTimezone(String gatewayTimezone)
gatewayTimezone - public String toString()
toString in class ObjectObject.toString()public UpdateGatewayInformationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.