@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayInformationRequest extends StorageGatewayRequest implements ToCopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGatewayInformationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayInformationRequest.Builder |
builder() |
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
String |
gatewayName()
Returns the value of the GatewayName property for this object.
|
String |
gatewayTimezone()
A value that indicates the time zone of the gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGatewayInformationRequest.Builder> |
serializableBuilderClass() |
UpdateGatewayInformationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public String gatewayName()
public String gatewayTimezone()
A value that indicates the time zone of the gateway.
public 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?.
For more information, see What Is Amazon CloudWatch Logs?.
public UpdateGatewayInformationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>toBuilder in class StorageGatewayRequestpublic static UpdateGatewayInformationRequest.Builder builder()
public static Class<? extends UpdateGatewayInformationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.