@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 |
getCloudWatchLogGroupARN()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events
in the gateway.
|
String |
getGatewayARN() |
String |
getGatewayName() |
String |
getGatewayTimezone()
A value that indicates the time zone of the gateway.
|
int |
hashCode() |
void |
setCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events
in the gateway.
|
void |
setGatewayARN(String gatewayARN) |
void |
setGatewayName(String gatewayName) |
void |
setGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayInformationRequest |
withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events
in the gateway.
|
UpdateGatewayInformationRequest |
withGatewayARN(String gatewayARN) |
UpdateGatewayInformationRequest |
withGatewayName(String gatewayName) |
UpdateGatewayInformationRequest |
withGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone 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 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)
A value that indicates the time zone of the gateway.
gatewayTimezone
- A value that indicates the time zone of the gateway.public String getGatewayTimezone()
A value that indicates the time zone of the gateway.
public UpdateGatewayInformationRequest withGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
gatewayTimezone
- A value that indicates the time zone of the gateway.public void setCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What Is Amazon CloudWatch Logs?.
cloudWatchLogGroupARN
- The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log
events in the gateway.
For more information, see What Is Amazon CloudWatch Logs?.
public String getCloudWatchLogGroupARN()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What Is Amazon CloudWatch Logs?.
For more information, see What Is Amazon CloudWatch Logs?.
public UpdateGatewayInformationRequest withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What Is Amazon CloudWatch Logs?.
cloudWatchLogGroupARN
- The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log
events in the gateway.
For more information, see What Is Amazon CloudWatch Logs?.
public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInformationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.