@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessGatewayTaskDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWirelessGatewayTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
GetWirelessGatewayTaskDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the resource.
|
Boolean |
getAutoCreateTasks()
Whether to automatically create tasks using this task definition for all gateways with the specified current
version.
|
String |
getName()
The name of the resource.
|
UpdateWirelessGatewayTaskCreate |
getUpdate()
Information about the gateways to update.
|
int |
hashCode() |
Boolean |
isAutoCreateTasks()
Whether to automatically create tasks using this task definition for all gateways with the specified current
version.
|
void |
setArn(String arn)
The Amazon Resource Name of the resource.
|
void |
setAutoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version.
|
void |
setName(String name)
The name of the resource.
|
void |
setUpdate(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
|
String |
toString()
Returns a string representation of this object.
|
GetWirelessGatewayTaskDefinitionResult |
withArn(String arn)
The Amazon Resource Name of the resource.
|
GetWirelessGatewayTaskDefinitionResult |
withAutoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version.
|
GetWirelessGatewayTaskDefinitionResult |
withName(String name)
The name of the resource.
|
GetWirelessGatewayTaskDefinitionResult |
withUpdate(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetWirelessGatewayTaskDefinitionResult()
public void setAutoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
autoCreateTasks
- Whether to automatically create tasks using this task definition for all gateways with the specified
current version. If false
, the task must me created by calling
CreateWirelessGatewayTask
.public Boolean getAutoCreateTasks()
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
false
, the task must me created by calling
CreateWirelessGatewayTask
.public GetWirelessGatewayTaskDefinitionResult withAutoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
autoCreateTasks
- Whether to automatically create tasks using this task definition for all gateways with the specified
current version. If false
, the task must me created by calling
CreateWirelessGatewayTask
.public Boolean isAutoCreateTasks()
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
false
, the task must me created by calling
CreateWirelessGatewayTask
.public void setName(String name)
The name of the resource.
name
- The name of the resource.public String getName()
The name of the resource.
public GetWirelessGatewayTaskDefinitionResult withName(String name)
The name of the resource.
name
- The name of the resource.public void setUpdate(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
update
- Information about the gateways to update.public UpdateWirelessGatewayTaskCreate getUpdate()
Information about the gateways to update.
public GetWirelessGatewayTaskDefinitionResult withUpdate(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
update
- Information about the gateways to update.public void setArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String getArn()
The Amazon Resource Name of the resource.
public GetWirelessGatewayTaskDefinitionResult withArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String toString()
toString
in class Object
Object.toString()
public GetWirelessGatewayTaskDefinitionResult clone()