@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWirelessGatewayTaskDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWirelessGatewayTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
CreateWirelessGatewayTaskDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the new wireless gateway task definition.
|
int |
hashCode() |
void |
setId(String id)
The ID of the new wireless gateway task definition.
|
String |
toString()
Returns a string representation of this object.
|
CreateWirelessGatewayTaskDefinitionResult |
withId(String id)
The ID of the new wireless gateway task definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateWirelessGatewayTaskDefinitionResult()
public void setId(String id)
The ID of the new wireless gateway task definition.
id
- The ID of the new wireless gateway task definition.public String getId()
The ID of the new wireless gateway task definition.
public CreateWirelessGatewayTaskDefinitionResult withId(String id)
The ID of the new wireless gateway task definition.
id
- The ID of the new wireless gateway task definition.public String toString()
toString
in class Object
Object.toString()
public CreateWirelessGatewayTaskDefinitionResult clone()