@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGroupVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetGroupVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the group version.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the group version was created.
|
GroupVersion |
getDefinition()
Information about the group version definition.
|
String |
getId()
The ID of the group that the version is associated with.
|
String |
getVersion()
The ID of the group version.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the group version.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group version was created.
|
void |
setDefinition(GroupVersion definition)
Information about the group version definition.
|
void |
setId(String id)
The ID of the group that the version is associated with.
|
void |
setVersion(String version)
The ID of the group version.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupVersionResult |
withArn(String arn)
The ARN of the group version.
|
GetGroupVersionResult |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group version was created.
|
GetGroupVersionResult |
withDefinition(GroupVersion definition)
Information about the group version definition.
|
GetGroupVersionResult |
withId(String id)
The ID of the group that the version is associated with.
|
GetGroupVersionResult |
withVersion(String version)
The ID of the group version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The ARN of the group version.public String getArn()
public GetGroupVersionResult withArn(String arn)
arn
- The ARN of the group version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the group version was created.public String getCreationTimestamp()
public GetGroupVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the group version was created.public void setDefinition(GroupVersion definition)
definition
- Information about the group version definition.public GroupVersion getDefinition()
public GetGroupVersionResult withDefinition(GroupVersion definition)
definition
- Information about the group version definition.public void setId(String id)
id
- The ID of the group that the version is associated with.public String getId()
public GetGroupVersionResult withId(String id)
id
- The ID of the group that the version is associated with.public void setVersion(String version)
version
- The ID of the group version.public String getVersion()
public GetGroupVersionResult withVersion(String version)
version
- The ID of the group version.public String toString()
toString
in class Object
Object.toString()
public GetGroupVersionResult clone()