@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGatewayGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The updated description of the gateway group.
|
String |
getGatewayGroupArn()
The ARN of the gateway group to update.
|
String |
getName()
The updated name of the gateway group.
|
int |
hashCode() |
void |
setDescription(String description)
The updated description of the gateway group.
|
void |
setGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to update.
|
void |
setName(String name)
The updated name of the gateway group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayGroupRequest |
withDescription(String description)
The updated description of the gateway group.
|
UpdateGatewayGroupRequest |
withGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to update.
|
UpdateGatewayGroupRequest |
withName(String name)
The updated name of the gateway group.
|
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 setGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to update.
gatewayGroupArn - The ARN of the gateway group to update.public String getGatewayGroupArn()
The ARN of the gateway group to update.
public UpdateGatewayGroupRequest withGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to update.
gatewayGroupArn - The ARN of the gateway group to update.public void setName(String name)
The updated name of the gateway group.
name - The updated name of the gateway group.public String getName()
The updated name of the gateway group.
public UpdateGatewayGroupRequest withName(String name)
The updated name of the gateway group.
name - The updated name of the gateway group.public void setDescription(String description)
The updated description of the gateway group.
description - The updated description of the gateway group.public String getDescription()
The updated description of the gateway group.
public UpdateGatewayGroupRequest withDescription(String description)
The updated description of the gateway group.
description - The updated description of the gateway group.public String toString()
toString in class ObjectObject.toString()public UpdateGatewayGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.