@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateScheduleResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the schedule that was updated.
|
int |
hashCode() |
void |
setName(String name)
The name of the schedule that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateScheduleResult |
withName(String name)
The name of the schedule that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the schedule that was updated.
name - The name of the schedule that was updated.public String getName()
The name of the schedule that was updated.
public UpdateScheduleResult withName(String name)
The name of the schedule that was updated.
name - The name of the schedule that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateScheduleResult clone()