@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() |
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, copyBaseTo, 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)
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 ObjectObject.toString()public UpdateGatewayInformationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.