@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReplicationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReplicationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<Replication> |
getReplications()
The replication descriptions.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReplications(Collection<Replication> replications)
The replication descriptions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationsResult |
withReplications(Collection<Replication> replications)
The replication descriptions.
|
DescribeReplicationsResult |
withReplications(Replication... replications)
The replication descriptions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeReplicationsResult withMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public List<Replication> getReplications()
The replication descriptions.
public void setReplications(Collection<Replication> replications)
The replication descriptions.
replications
- The replication descriptions.public DescribeReplicationsResult withReplications(Replication... replications)
The replication descriptions.
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 replication descriptions.public DescribeReplicationsResult withReplications(Collection<Replication> replications)
The replication descriptions.
replications
- The replication descriptions.public String toString()
toString
in class Object
Object.toString()
public DescribeReplicationsResult clone()