@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchUpdateScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelId()
Id of the channel whose schedule is being updated.
|
BatchScheduleActionCreateRequest |
getCreates()
Schedule actions to create in the schedule.
|
BatchScheduleActionDeleteRequest |
getDeletes()
Schedule actions to delete from the schedule.
|
int |
hashCode() |
void |
setChannelId(String channelId)
Id of the channel whose schedule is being updated.
|
void |
setCreates(BatchScheduleActionCreateRequest creates)
Schedule actions to create in the schedule.
|
void |
setDeletes(BatchScheduleActionDeleteRequest deletes)
Schedule actions to delete from the schedule.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateScheduleRequest |
withChannelId(String channelId)
Id of the channel whose schedule is being updated.
|
BatchUpdateScheduleRequest |
withCreates(BatchScheduleActionCreateRequest creates)
Schedule actions to create in the schedule.
|
BatchUpdateScheduleRequest |
withDeletes(BatchScheduleActionDeleteRequest deletes)
Schedule actions to delete from the schedule.
|
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, withSdkRequestTimeout
public void setChannelId(String channelId)
channelId
- Id of the channel whose schedule is being updated.public String getChannelId()
public BatchUpdateScheduleRequest withChannelId(String channelId)
channelId
- Id of the channel whose schedule is being updated.public void setCreates(BatchScheduleActionCreateRequest creates)
creates
- Schedule actions to create in the schedule.public BatchScheduleActionCreateRequest getCreates()
public BatchUpdateScheduleRequest withCreates(BatchScheduleActionCreateRequest creates)
creates
- Schedule actions to create in the schedule.public void setDeletes(BatchScheduleActionDeleteRequest deletes)
deletes
- Schedule actions to delete from the schedule.public BatchScheduleActionDeleteRequest getDeletes()
public BatchUpdateScheduleRequest withDeletes(BatchScheduleActionDeleteRequest deletes)
deletes
- Schedule actions to delete from the schedule.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()