@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationTaskIndividualAssessmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReplicationTaskIndividualAssessmentsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTaskIndividualAssessmentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A pagination token returned for you to pass to a subsequent request.
|
List<ReplicationTaskIndividualAssessment> |
getReplicationTaskIndividualAssessments()
One or more individual assessments as specified by
Filters. |
int |
hashCode() |
void |
setMarker(String marker)
A pagination token returned for you to pass to a subsequent request.
|
void |
setReplicationTaskIndividualAssessments(Collection<ReplicationTaskIndividualAssessment> replicationTaskIndividualAssessments)
One or more individual assessments as specified by
Filters. |
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationTaskIndividualAssessmentsResult |
withMarker(String marker)
A pagination token returned for you to pass to a subsequent request.
|
DescribeReplicationTaskIndividualAssessmentsResult |
withReplicationTaskIndividualAssessments(Collection<ReplicationTaskIndividualAssessment> replicationTaskIndividualAssessments)
One or more individual assessments as specified by
Filters. |
DescribeReplicationTaskIndividualAssessmentsResult |
withReplicationTaskIndividualAssessments(ReplicationTaskIndividualAssessment... replicationTaskIndividualAssessments)
One or more individual assessments as specified by
Filters. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeReplicationTaskIndividualAssessmentsResult()
public void setMarker(String marker)
A pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker, up to
the value specified in the request by MaxRecords.
marker - A pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker,
up to the value specified in the request by MaxRecords.public String getMarker()
A pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker, up to
the value specified in the request by MaxRecords.
Marker value in a subsequent request, the response includes only records beyond the marker,
up to the value specified in the request by MaxRecords.public DescribeReplicationTaskIndividualAssessmentsResult withMarker(String marker)
A pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker, up to
the value specified in the request by MaxRecords.
marker - A pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker,
up to the value specified in the request by MaxRecords.public List<ReplicationTaskIndividualAssessment> getReplicationTaskIndividualAssessments()
One or more individual assessments as specified by Filters.
Filters.public void setReplicationTaskIndividualAssessments(Collection<ReplicationTaskIndividualAssessment> replicationTaskIndividualAssessments)
One or more individual assessments as specified by Filters.
replicationTaskIndividualAssessments - One or more individual assessments as specified by Filters.public DescribeReplicationTaskIndividualAssessmentsResult withReplicationTaskIndividualAssessments(ReplicationTaskIndividualAssessment... replicationTaskIndividualAssessments)
One or more individual assessments as specified by Filters.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationTaskIndividualAssessments(java.util.Collection) or
withReplicationTaskIndividualAssessments(java.util.Collection) if you want to override the existing
values.
replicationTaskIndividualAssessments - One or more individual assessments as specified by Filters.public DescribeReplicationTaskIndividualAssessmentsResult withReplicationTaskIndividualAssessments(Collection<ReplicationTaskIndividualAssessment> replicationTaskIndividualAssessments)
One or more individual assessments as specified by Filters.
replicationTaskIndividualAssessments - One or more individual assessments as specified by Filters.public String toString()
toString in class ObjectObject.toString()public DescribeReplicationTaskIndividualAssessmentsResult clone()