@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetScheduleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetScheduleGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetScheduleGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the schedule group.
|
Date |
getCreationDate()
The time at which the schedule group was created.
|
Date |
getLastModificationDate()
The time at which the schedule group was last modified.
|
String |
getName()
The name of the schedule group.
|
String |
getState()
Specifies the state of the schedule group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
void |
setCreationDate(Date creationDate)
The time at which the schedule group was created.
|
void |
setLastModificationDate(Date lastModificationDate)
The time at which the schedule group was last modified.
|
void |
setName(String name)
The name of the schedule group.
|
void |
setState(String state)
Specifies the state of the schedule group.
|
String |
toString()
Returns a string representation of this object.
|
GetScheduleGroupResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
GetScheduleGroupResult |
withCreationDate(Date creationDate)
The time at which the schedule group was created.
|
GetScheduleGroupResult |
withLastModificationDate(Date lastModificationDate)
The time at which the schedule group was last modified.
|
GetScheduleGroupResult |
withName(String name)
The name of the schedule group.
|
GetScheduleGroupResult |
withState(ScheduleGroupState state)
Specifies the state of the schedule group.
|
GetScheduleGroupResult |
withState(String state)
Specifies the state of the schedule group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
arn
- The Amazon Resource Name (ARN) of the schedule group.public String getArn()
The Amazon Resource Name (ARN) of the schedule group.
public GetScheduleGroupResult withArn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
arn
- The Amazon Resource Name (ARN) of the schedule group.public void setCreationDate(Date creationDate)
The time at which the schedule group was created.
creationDate
- The time at which the schedule group was created.public Date getCreationDate()
The time at which the schedule group was created.
public GetScheduleGroupResult withCreationDate(Date creationDate)
The time at which the schedule group was created.
creationDate
- The time at which the schedule group was created.public void setLastModificationDate(Date lastModificationDate)
The time at which the schedule group was last modified.
lastModificationDate
- The time at which the schedule group was last modified.public Date getLastModificationDate()
The time at which the schedule group was last modified.
public GetScheduleGroupResult withLastModificationDate(Date lastModificationDate)
The time at which the schedule group was last modified.
lastModificationDate
- The time at which the schedule group was last modified.public void setName(String name)
The name of the schedule group.
name
- The name of the schedule group.public String getName()
The name of the schedule group.
public GetScheduleGroupResult withName(String name)
The name of the schedule group.
name
- The name of the schedule group.public void setState(String state)
Specifies the state of the schedule group.
state
- Specifies the state of the schedule group.ScheduleGroupState
public String getState()
Specifies the state of the schedule group.
ScheduleGroupState
public GetScheduleGroupResult withState(String state)
Specifies the state of the schedule group.
state
- Specifies the state of the schedule group.ScheduleGroupState
public GetScheduleGroupResult withState(ScheduleGroupState state)
Specifies the state of the schedule group.
state
- Specifies the state of the schedule group.ScheduleGroupState
public String toString()
toString
in class Object
Object.toString()
public GetScheduleGroupResult clone()