@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 |
getGatewayCapacity()
Specifies the size of the gateway's metadata cache.
|
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 |
setGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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 |
withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest |
withGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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 void setGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide.
gatewayCapacity
- Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware
recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User
Guide.GatewayCapacity
public String getGatewayCapacity()
Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide.
GatewayCapacity
public UpdateGatewayInformationRequest withGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide.
gatewayCapacity
- Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware
recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User
Guide.GatewayCapacity
public UpdateGatewayInformationRequest withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide.
gatewayCapacity
- Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware
recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User
Guide.GatewayCapacity
public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInformationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()