@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReplicationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReplicationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListReplicationSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to continue to the next page of results.
|
List<String> |
getReplicationSetArns()
The Amazon Resource Name (ARN) of the list replication set.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
void |
setReplicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
|
String |
toString()
Returns a string representation of this object.
|
ListReplicationSetsResult |
withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListReplicationSetsResult |
withReplicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
|
ListReplicationSetsResult |
withReplicationSetArns(String... replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public String getNextToken()
The pagination token to continue to the next page of results.
public ListReplicationSetsResult withNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public List<String> getReplicationSetArns()
The Amazon Resource Name (ARN) of the list replication set.
public void setReplicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
replicationSetArns
- The Amazon Resource Name (ARN) of the list replication set.public ListReplicationSetsResult withReplicationSetArns(String... replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationSetArns(java.util.Collection)
or withReplicationSetArns(java.util.Collection)
if
you want to override the existing values.
replicationSetArns
- The Amazon Resource Name (ARN) of the list replication set.public ListReplicationSetsResult withReplicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
replicationSetArns
- The Amazon Resource Name (ARN) of the list replication set.public String toString()
toString
in class Object
Object.toString()
public ListReplicationSetsResult clone()