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