@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueueFleetAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQueueFleetAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListQueueFleetAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If Deadline Cloud returns
nextToken , then there are more results available. |
List<QueueFleetAssociationSummary> |
getQueueFleetAssociations()
The queue-fleet associations on the list.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If Deadline Cloud returns
nextToken , then there are more results available. |
void |
setQueueFleetAssociations(Collection<QueueFleetAssociationSummary> queueFleetAssociations)
The queue-fleet associations on the list.
|
String |
toString()
Returns a string representation of this object.
|
ListQueueFleetAssociationsResult |
withNextToken(String nextToken)
If Deadline Cloud returns
nextToken , then there are more results available. |
ListQueueFleetAssociationsResult |
withQueueFleetAssociations(Collection<QueueFleetAssociationSummary> queueFleetAssociations)
The queue-fleet associations on the list.
|
ListQueueFleetAssociationsResult |
withQueueFleetAssociations(QueueFleetAssociationSummary... queueFleetAssociations)
The queue-fleet associations on the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
- If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public String getNextToken()
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public ListQueueFleetAssociationsResult withNextToken(String nextToken)
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
- If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public List<QueueFleetAssociationSummary> getQueueFleetAssociations()
The queue-fleet associations on the list.
public void setQueueFleetAssociations(Collection<QueueFleetAssociationSummary> queueFleetAssociations)
The queue-fleet associations on the list.
queueFleetAssociations
- The queue-fleet associations on the list.public ListQueueFleetAssociationsResult withQueueFleetAssociations(QueueFleetAssociationSummary... queueFleetAssociations)
The queue-fleet associations on the list.
NOTE: This method appends the values to the existing list (if any). Use
setQueueFleetAssociations(java.util.Collection)
or
withQueueFleetAssociations(java.util.Collection)
if you want to override the existing values.
queueFleetAssociations
- The queue-fleet associations on the list.public ListQueueFleetAssociationsResult withQueueFleetAssociations(Collection<QueueFleetAssociationSummary> queueFleetAssociations)
The queue-fleet associations on the list.
queueFleetAssociations
- The queue-fleet associations on the list.public String toString()
toString
in class Object
Object.toString()
public ListQueueFleetAssociationsResult clone()