@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReplicationConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReplicationConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
You can use the
NextToken from the previous response in a subsequent request to fetch the additional
descriptions. |
List<ReplicationConfigurationDescription> |
getReplications()
The collection of replication configurations that is returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
You can use the
NextToken from the previous response in a subsequent request to fetch the additional
descriptions. |
void |
setReplications(Collection<ReplicationConfigurationDescription> replications)
The collection of replication configurations that is returned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationConfigurationsResult |
withNextToken(String nextToken)
You can use the
NextToken from the previous response in a subsequent request to fetch the additional
descriptions. |
DescribeReplicationConfigurationsResult |
withReplications(Collection<ReplicationConfigurationDescription> replications)
The collection of replication configurations that is returned.
|
DescribeReplicationConfigurationsResult |
withReplications(ReplicationConfigurationDescription... replications)
The collection of replication configurations that is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeReplicationConfigurationsResult()
public List<ReplicationConfigurationDescription> getReplications()
The collection of replication configurations that is returned.
public void setReplications(Collection<ReplicationConfigurationDescription> replications)
The collection of replication configurations that is returned.
replications
- The collection of replication configurations that is returned.public DescribeReplicationConfigurationsResult withReplications(ReplicationConfigurationDescription... replications)
The collection of replication configurations that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setReplications(java.util.Collection)
or withReplications(java.util.Collection)
if you want to
override the existing values.
replications
- The collection of replication configurations that is returned.public DescribeReplicationConfigurationsResult withReplications(Collection<ReplicationConfigurationDescription> replications)
The collection of replication configurations that is returned.
replications
- The collection of replication configurations that is returned.public void setNextToken(String nextToken)
You can use the NextToken
from the previous response in a subsequent request to fetch the additional
descriptions.
nextToken
- You can use the NextToken
from the previous response in a subsequent request to fetch the
additional descriptions.public String getNextToken()
You can use the NextToken
from the previous response in a subsequent request to fetch the additional
descriptions.
NextToken
from the previous response in a subsequent request to fetch the
additional descriptions.public DescribeReplicationConfigurationsResult withNextToken(String nextToken)
You can use the NextToken
from the previous response in a subsequent request to fetch the additional
descriptions.
nextToken
- You can use the NextToken
from the previous response in a subsequent request to fetch the
additional descriptions.public String toString()
toString
in class Object
Object.toString()
public DescribeReplicationConfigurationsResult clone()