@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExportSnapshotRecordsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetExportSnapshotRecordsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetExportSnapshotRecordsResult |
clone() |
boolean |
equals(Object obj) |
List<ExportSnapshotRecord> |
getExportSnapshotRecords()
A list of objects describing the export snapshot records.
|
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
int |
hashCode() |
void |
setExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
String |
toString()
Returns a string representation of this object.
|
GetExportSnapshotRecordsResult |
withExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResult |
withExportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExportSnapshotRecord> getExportSnapshotRecords()
A list of objects describing the export snapshot records.
public void setExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
exportSnapshotRecords - A list of objects describing the export snapshot records.public GetExportSnapshotRecordsResult withExportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)
A list of objects describing the export snapshot records.
NOTE: This method appends the values to the existing list (if any). Use
setExportSnapshotRecords(java.util.Collection) or
withExportSnapshotRecords(java.util.Collection) if you want to override the existing values.
exportSnapshotRecords - A list of objects describing the export snapshot records.public GetExportSnapshotRecordsResult withExportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
exportSnapshotRecords - A list of objects describing the export snapshot records.public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and specify the
next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and specify
the next page token using the pageToken parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and specify the
next page token using the pageToken parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and
specify the next page token using the pageToken parameter.
public GetExportSnapshotRecordsResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and specify the
next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetExportSnapshotRecords request and specify
the next page token using the pageToken parameter.
public String toString()
toString in class ObjectObject.toString()public GetExportSnapshotRecordsResult clone()