@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationTaskAssessmentRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReplicationTaskAssessmentRunsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTaskAssessmentRunsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A pagination token returned for you to pass to a subsequent request.
|
List<ReplicationTaskAssessmentRun> |
getReplicationTaskAssessmentRuns()
One or more premigration assessment runs as specified by
Filters. |
int |
hashCode() |
void |
setMarker(String marker)
A pagination token returned for you to pass to a subsequent request.
|
void |
setReplicationTaskAssessmentRuns(Collection<ReplicationTaskAssessmentRun> replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by
Filters. |
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationTaskAssessmentRunsResult |
withMarker(String marker)
A pagination token returned for you to pass to a subsequent request.
|
DescribeReplicationTaskAssessmentRunsResult |
withReplicationTaskAssessmentRuns(Collection<ReplicationTaskAssessmentRun> replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by
Filters. |
DescribeReplicationTaskAssessmentRunsResult |
withReplicationTaskAssessmentRuns(ReplicationTaskAssessmentRun... replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by
Filters. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeReplicationTaskAssessmentRunsResult()
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 DescribeReplicationTaskAssessmentRunsResult 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<ReplicationTaskAssessmentRun> getReplicationTaskAssessmentRuns()
One or more premigration assessment runs as specified by Filters.
Filters.public void setReplicationTaskAssessmentRuns(Collection<ReplicationTaskAssessmentRun> replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by Filters.
replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.public DescribeReplicationTaskAssessmentRunsResult withReplicationTaskAssessmentRuns(ReplicationTaskAssessmentRun... replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by Filters.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationTaskAssessmentRuns(java.util.Collection) or
withReplicationTaskAssessmentRuns(java.util.Collection) if you want to override the existing values.
replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.public DescribeReplicationTaskAssessmentRunsResult withReplicationTaskAssessmentRuns(Collection<ReplicationTaskAssessmentRun> replicationTaskAssessmentRuns)
One or more premigration assessment runs as specified by Filters.
replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.public String toString()
toString in class ObjectObject.toString()public DescribeReplicationTaskAssessmentRunsResult clone()