@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 |
getScheduleArn()
The Amazon Resource Name (ARN) of the schedule that you updated.
|
int |
hashCode() |
void |
setScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule that you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateScheduleResult |
withScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule that you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule that you updated.
scheduleArn - The Amazon Resource Name (ARN) of the schedule that you updated.public String getScheduleArn()
The Amazon Resource Name (ARN) of the schedule that you updated.
public UpdateScheduleResult withScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule that you updated.
scheduleArn - The Amazon Resource Name (ARN) of the schedule that you updated.public String toString()
toString in class ObjectObject.toString()public UpdateScheduleResult clone()