public class ListParallelDataResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListParallelDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The string to use in a subsequent request to get the next page of results
in a paginated response.
|
java.util.List<ParallelDataProperties> |
getParallelDataPropertiesList()
The properties of the parallel data resources returned by this request.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The string to use in a subsequent request to get the next page of results
in a paginated response.
|
void |
setParallelDataPropertiesList(java.util.Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListParallelDataResult |
withNextToken(java.lang.String nextToken)
The string to use in a subsequent request to get the next page of results
in a paginated response.
|
ListParallelDataResult |
withParallelDataPropertiesList(java.util.Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
ListParallelDataResult |
withParallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
public java.util.List<ParallelDataProperties> getParallelDataPropertiesList()
The properties of the parallel data resources returned by this request.
The properties of the parallel data resources returned by this request.
public void setParallelDataPropertiesList(java.util.Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
parallelDataPropertiesList
- The properties of the parallel data resources returned by this request.
public ListParallelDataResult withParallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
Returns a reference to this object so that method calls can be chained together.
parallelDataPropertiesList
- The properties of the parallel data resources returned by this request.
public ListParallelDataResult withParallelDataPropertiesList(java.util.Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
Returns a reference to this object so that method calls can be chained together.
parallelDataPropertiesList
- The properties of the parallel data resources returned by this request.
public java.lang.String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public void setNextToken(java.lang.String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListParallelDataResult withNextToken(java.lang.String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.