@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkerConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkerConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkerConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
List<WorkerConfigurationSummary> |
getWorkerConfigurations()
An array of worker configuration descriptions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
void |
setWorkerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkerConfigurationsResult |
withNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
ListWorkerConfigurationsResult |
withWorkerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
|
ListWorkerConfigurationsResult |
withWorkerConfigurations(WorkerConfigurationSummary... workerConfigurations)
An array of worker configuration descriptions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send
this NextToken in a subsequent request to continue listing from where the previous operation left off.public String getNextToken()
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
public ListWorkerConfigurationsResult withNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send
this NextToken in a subsequent request to continue listing from where the previous operation left off.public List<WorkerConfigurationSummary> getWorkerConfigurations()
An array of worker configuration descriptions.
public void setWorkerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
workerConfigurations
- An array of worker configuration descriptions.public ListWorkerConfigurationsResult withWorkerConfigurations(WorkerConfigurationSummary... workerConfigurations)
An array of worker configuration descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setWorkerConfigurations(java.util.Collection)
or withWorkerConfigurations(java.util.Collection)
if you want to override the existing values.
workerConfigurations
- An array of worker configuration descriptions.public ListWorkerConfigurationsResult withWorkerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
workerConfigurations
- An array of worker configuration descriptions.public String toString()
toString
in class Object
Object.toString()
public ListWorkerConfigurationsResult clone()