@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageProfilesForQueueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStorageProfilesForQueueResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStorageProfilesForQueueResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If Deadline Cloud returns
nextToken, then there are more results available. |
List<StorageProfileSummary> |
getStorageProfiles()
The storage profiles in the queue.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If Deadline Cloud returns
nextToken, then there are more results available. |
void |
setStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
|
String |
toString()
Returns a string representation of this object.
|
ListStorageProfilesForQueueResult |
withNextToken(String nextToken)
If Deadline Cloud returns
nextToken, then there are more results available. |
ListStorageProfilesForQueueResult |
withStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
|
ListStorageProfilesForQueueResult |
withStorageProfiles(StorageProfileSummary... storageProfiles)
The storage profiles in the queue.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListStorageProfilesForQueueResult 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<StorageProfileSummary> getStorageProfiles()
The storage profiles in the queue.
public void setStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
storageProfiles - The storage profiles in the queue.public ListStorageProfilesForQueueResult withStorageProfiles(StorageProfileSummary... storageProfiles)
The storage profiles in the queue.
NOTE: This method appends the values to the existing list (if any). Use
setStorageProfiles(java.util.Collection) or withStorageProfiles(java.util.Collection) if you
want to override the existing values.
storageProfiles - The storage profiles in the queue.public ListStorageProfilesForQueueResult withStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
storageProfiles - The storage profiles in the queue.public String toString()
toString in class ObjectObject.toString()public ListStorageProfilesForQueueResult clone()