@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWirelessGatewayTaskDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWirelessGatewayTaskDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
ListWirelessGatewayTaskDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
|
List<UpdateWirelessGatewayTaskEntry> |
getTaskDefinitions()
The list of task definitions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
void |
setTaskDefinitions(Collection<UpdateWirelessGatewayTaskEntry> taskDefinitions)
The list of task definitions.
|
String |
toString()
Returns a string representation of this object.
|
ListWirelessGatewayTaskDefinitionsResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListWirelessGatewayTaskDefinitionsResult |
withTaskDefinitions(Collection<UpdateWirelessGatewayTaskEntry> taskDefinitions)
The list of task definitions.
|
ListWirelessGatewayTaskDefinitionsResult |
withTaskDefinitions(UpdateWirelessGatewayTaskEntry... taskDefinitions)
The list of task definitions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListWirelessGatewayTaskDefinitionsResult()
public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListWirelessGatewayTaskDefinitionsResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public List<UpdateWirelessGatewayTaskEntry> getTaskDefinitions()
The list of task definitions.
public void setTaskDefinitions(Collection<UpdateWirelessGatewayTaskEntry> taskDefinitions)
The list of task definitions.
taskDefinitions
- The list of task definitions.public ListWirelessGatewayTaskDefinitionsResult withTaskDefinitions(UpdateWirelessGatewayTaskEntry... taskDefinitions)
The list of task definitions.
NOTE: This method appends the values to the existing list (if any). Use
setTaskDefinitions(java.util.Collection)
or withTaskDefinitions(java.util.Collection)
if you
want to override the existing values.
taskDefinitions
- The list of task definitions.public ListWirelessGatewayTaskDefinitionsResult withTaskDefinitions(Collection<UpdateWirelessGatewayTaskEntry> taskDefinitions)
The list of task definitions.
taskDefinitions
- The list of task definitions.public String toString()
toString
in class Object
Object.toString()
public ListWirelessGatewayTaskDefinitionsResult clone()