@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateScheduleResult() |
Modifier and Type | Method and Description |
---|---|
CreateScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getScheduleArn()
The Amazon Resource Name (ARN) of the schedule.
|
int |
hashCode() |
void |
setScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule.
|
String |
toString()
Returns a string representation of this object.
|
CreateScheduleResult |
withScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule.
scheduleArn
- The Amazon Resource Name (ARN) of the schedule.public String getScheduleArn()
The Amazon Resource Name (ARN) of the schedule.
public CreateScheduleResult withScheduleArn(String scheduleArn)
The Amazon Resource Name (ARN) of the schedule.
scheduleArn
- The Amazon Resource Name (ARN) of the schedule.public String toString()
toString
in class Object
Object.toString()
public CreateScheduleResult clone()