@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWirelessGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWirelessGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWirelessGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A new description of the resource.
|
String |
getId()
The ID of the resource to update.
|
String |
getName()
The new name of the resource.
|
int |
hashCode() |
void |
setDescription(String description)
A new description of the resource.
|
void |
setId(String id)
The ID of the resource to update.
|
void |
setName(String name)
The new name of the resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWirelessGatewayRequest |
withDescription(String description)
A new description of the resource.
|
UpdateWirelessGatewayRequest |
withId(String id)
The ID of the resource to update.
|
UpdateWirelessGatewayRequest |
withName(String name)
The new name of the resource.
|
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 setId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public String getId()
The ID of the resource to update.
public UpdateWirelessGatewayRequest withId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public void setName(String name)
The new name of the resource.
name
- The new name of the resource.public String getName()
The new name of the resource.
public UpdateWirelessGatewayRequest withName(String name)
The new name of the resource.
name
- The new name of the resource.public void setDescription(String description)
A new description of the resource.
description
- A new description of the resource.public String getDescription()
A new description of the resource.
public UpdateWirelessGatewayRequest withDescription(String description)
A new description of the resource.
description
- A new description of the resource.public String toString()
toString
in class Object
Object.toString()
public UpdateWirelessGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()