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