@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 use when requesting the next set of items.
|
List<String> |
getReplicationSetArns()
The Amazon Resource Name (ARN) of the list replication set.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use when requesting the next set of items.
|
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 use when requesting the next set of items.
|
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 use when requesting the next set of items. If there are no additional items to return, the string is null.
nextToken
- The pagination token to use when requesting the next set of items. If there are no additional items to
return, the string is null.public String getNextToken()
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
public ListReplicationSetsResult withNextToken(String nextToken)
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
nextToken
- The pagination token to use when requesting the next set of items. If there are no additional items to
return, the string is null.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()