@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWirelessGatewayTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateWirelessGatewayTaskResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateWirelessGatewayTaskResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStatus()
 The status of the request. | 
| String | getWirelessGatewayTaskDefinitionId()
 The ID of the WirelessGatewayTaskDefinition. | 
| int | hashCode() | 
| void | setStatus(String status)
 The status of the request. | 
| void | setWirelessGatewayTaskDefinitionId(String wirelessGatewayTaskDefinitionId)
 The ID of the WirelessGatewayTaskDefinition. | 
| String | toString()Returns a string representation of this object. | 
| CreateWirelessGatewayTaskResult | withStatus(String status)
 The status of the request. | 
| CreateWirelessGatewayTaskResult | withStatus(WirelessGatewayTaskStatus status)
 The status of the request. | 
| CreateWirelessGatewayTaskResult | withWirelessGatewayTaskDefinitionId(String wirelessGatewayTaskDefinitionId)
 The ID of the WirelessGatewayTaskDefinition. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWirelessGatewayTaskDefinitionId(String wirelessGatewayTaskDefinitionId)
The ID of the WirelessGatewayTaskDefinition.
wirelessGatewayTaskDefinitionId - The ID of the WirelessGatewayTaskDefinition.public String getWirelessGatewayTaskDefinitionId()
The ID of the WirelessGatewayTaskDefinition.
public CreateWirelessGatewayTaskResult withWirelessGatewayTaskDefinitionId(String wirelessGatewayTaskDefinitionId)
The ID of the WirelessGatewayTaskDefinition.
wirelessGatewayTaskDefinitionId - The ID of the WirelessGatewayTaskDefinition.public void setStatus(String status)
The status of the request.
status - The status of the request.WirelessGatewayTaskStatuspublic String getStatus()
The status of the request.
WirelessGatewayTaskStatuspublic CreateWirelessGatewayTaskResult withStatus(String status)
The status of the request.
status - The status of the request.WirelessGatewayTaskStatuspublic CreateWirelessGatewayTaskResult withStatus(WirelessGatewayTaskStatus status)
The status of the request.
status - The status of the request.WirelessGatewayTaskStatuspublic String toString()
toString in class ObjectObject.toString()public CreateWirelessGatewayTaskResult clone()