@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateGatewayGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.