@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReplacePermissionAssociationsWorkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReplacePermissionAssociationsWorkResult() |
Modifier and Type | Method and Description |
---|---|
ListReplacePermissionAssociationsWorkResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If present, this value indicates that more output is available than is included in the current response.
|
List<ReplacePermissionAssociationsWork> |
getReplacePermissionAssociationsWorks()
An array of data structures that provide details of the matching work IDs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
void |
setReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
String |
toString()
Returns a string representation of this object.
|
ListReplacePermissionAssociationsWorkResult |
withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
ListReplacePermissionAssociationsWorkResult |
withReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
ListReplacePermissionAssociationsWorkResult |
withReplacePermissionAssociationsWorks(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListReplacePermissionAssociationsWorkResult()
public List<ReplacePermissionAssociationsWork> getReplacePermissionAssociationsWorks()
An array of data structures that provide details of the matching work IDs.
public void setReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
replacePermissionAssociationsWorks
- An array of data structures that provide details of the matching work IDs.public ListReplacePermissionAssociationsWorkResult withReplacePermissionAssociationsWorks(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
NOTE: This method appends the values to the existing list (if any). Use
setReplacePermissionAssociationsWorks(java.util.Collection)
or
withReplacePermissionAssociationsWorks(java.util.Collection)
if you want to override the existing
values.
replacePermissionAssociationsWorks
- An array of data structures that provide details of the matching work IDs.public ListReplacePermissionAssociationsWorkResult withReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
replacePermissionAssociationsWorks
- An array of data structures that provide details of the matching work IDs.public void setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
nextToken
- If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public String getNextToken()
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public ListReplacePermissionAssociationsWorkResult withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
nextToken
- If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public String toString()
toString
in class Object
Object.toString()
public ListReplacePermissionAssociationsWorkResult clone()