@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSnapshotSchedulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSnapshotSchedulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotSchedulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<SnapshotSchedule> |
getSnapshotSchedules()
A list of SnapshotSchedules.
|
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSnapshotSchedulesResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeSnapshotSchedulesResult |
withSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
DescribeSnapshotSchedulesResult |
withSnapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SnapshotSchedule> getSnapshotSchedules()
A list of SnapshotSchedules.
public void setSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
snapshotSchedules
- A list of SnapshotSchedules.public DescribeSnapshotSchedulesResult withSnapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
NOTE: This method appends the values to the existing list (if any). Use
setSnapshotSchedules(java.util.Collection)
or withSnapshotSchedules(java.util.Collection)
if
you want to override the existing values.
snapshotSchedules
- A list of SnapshotSchedules.public DescribeSnapshotSchedulesResult withSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
snapshotSchedules
- A list of SnapshotSchedules.public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the marker
parameter and retrying the command. If the marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the marker
parameter and retrying the command. If the marker
field is empty, all
response records have been retrieved for the request.
marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.public DescribeSnapshotSchedulesResult withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the marker
parameter and retrying the command. If the marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.public String toString()
toString
in class Object
Object.toString()
public DescribeSnapshotSchedulesResult clone()