@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifySnapshotScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ModifySnapshotScheduleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifySnapshotScheduleRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getScheduleDefinitions()
 An updated list of schedule definitions. | 
| String | getScheduleIdentifier()
 A unique alphanumeric identifier of the schedule to modify. | 
| int | hashCode() | 
| void | setScheduleDefinitions(Collection<String> scheduleDefinitions)
 An updated list of schedule definitions. | 
| void | setScheduleIdentifier(String scheduleIdentifier)
 A unique alphanumeric identifier of the schedule to modify. | 
| String | toString()Returns a string representation of this object. | 
| ModifySnapshotScheduleRequest | withScheduleDefinitions(Collection<String> scheduleDefinitions)
 An updated list of schedule definitions. | 
| ModifySnapshotScheduleRequest | withScheduleDefinitions(String... scheduleDefinitions)
 An updated list of schedule definitions. | 
| ModifySnapshotScheduleRequest | withScheduleIdentifier(String scheduleIdentifier)
 A unique alphanumeric identifier of the schedule to modify. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setScheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier of the schedule to modify.
scheduleIdentifier - A unique alphanumeric identifier of the schedule to modify.public String getScheduleIdentifier()
A unique alphanumeric identifier of the schedule to modify.
public ModifySnapshotScheduleRequest withScheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier of the schedule to modify.
scheduleIdentifier - A unique alphanumeric identifier of the schedule to modify.public List<String> getScheduleDefinitions()
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
public void setScheduleDefinitions(Collection<String> scheduleDefinitions)
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
scheduleDefinitions - An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for
        example, "cron(30 12 *)" or "rate(12 hours)".public ModifySnapshotScheduleRequest withScheduleDefinitions(String... scheduleDefinitions)
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
 NOTE: This method appends the values to the existing list (if any). Use
 setScheduleDefinitions(java.util.Collection) or withScheduleDefinitions(java.util.Collection)
 if you want to override the existing values.
 
scheduleDefinitions - An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for
        example, "cron(30 12 *)" or "rate(12 hours)".public ModifySnapshotScheduleRequest withScheduleDefinitions(Collection<String> scheduleDefinitions)
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
scheduleDefinitions - An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for
        example, "cron(30 12 *)" or "rate(12 hours)".public String toString()
toString in class ObjectObject.toString()public ModifySnapshotScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()