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