@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchUpdateScheduleResult() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateScheduleResult |
clone() |
boolean |
equals(Object obj) |
BatchScheduleActionCreateResult |
getCreates()
Schedule actions created in the schedule.
|
BatchScheduleActionDeleteResult |
getDeletes()
Schedule actions deleted from the schedule.
|
int |
hashCode() |
void |
setCreates(BatchScheduleActionCreateResult creates)
Schedule actions created in the schedule.
|
void |
setDeletes(BatchScheduleActionDeleteResult deletes)
Schedule actions deleted from the schedule.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateScheduleResult |
withCreates(BatchScheduleActionCreateResult creates)
Schedule actions created in the schedule.
|
BatchUpdateScheduleResult |
withDeletes(BatchScheduleActionDeleteResult deletes)
Schedule actions deleted from the schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreates(BatchScheduleActionCreateResult creates)
creates
- Schedule actions created in the schedule.public BatchScheduleActionCreateResult getCreates()
public BatchUpdateScheduleResult withCreates(BatchScheduleActionCreateResult creates)
creates
- Schedule actions created in the schedule.public void setDeletes(BatchScheduleActionDeleteResult deletes)
deletes
- Schedule actions deleted from the schedule.public BatchScheduleActionDeleteResult getDeletes()
public BatchUpdateScheduleResult withDeletes(BatchScheduleActionDeleteResult deletes)
deletes
- Schedule actions deleted from the schedule.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateScheduleResult clone()