@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.
|
GatewayCapacity |
gatewayCapacity()
Specifies the size of the gateway's metadata cache.
|
String |
gatewayCapacityAsString()
Specifies the size of the gateway's metadata cache.
|
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 final String gatewayARN()
public final String gatewayName()
public final String gatewayTimezone()
A value that indicates the time zone of the gateway.
public final 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 final GatewayCapacity gatewayCapacity()
Specifies the size of the gateway's metadata cache.
If the service returns an enum value that is not available in the current SDK version, gatewayCapacity
will return GatewayCapacity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from gatewayCapacityAsString().
GatewayCapacitypublic final String gatewayCapacityAsString()
Specifies the size of the gateway's metadata cache.
If the service returns an enum value that is not available in the current SDK version, gatewayCapacity
will return GatewayCapacity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from gatewayCapacityAsString().
GatewayCapacitypublic 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.