@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()
Arn of the group version.
|
String |
getCreationTimestamp()
Timestamp when the group version was created.
|
GroupVersion |
getDefinition()
Information on the definition
|
String |
getId()
Id of the group version.
|
String |
getVersion()
Unique Id for a version of the Group.
|
int |
hashCode() |
void |
setArn(String arn)
Arn of the group version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp when the group version was created.
|
void |
setDefinition(GroupVersion definition)
Information on the definition
|
void |
setId(String id)
Id of the group version.
|
void |
setVersion(String version)
Unique Id for a version of the Group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGroupVersionResult |
withArn(String arn)
Arn of the group version.
|
GetGroupVersionResult |
withCreationTimestamp(String creationTimestamp)
Timestamp when the group version was created.
|
GetGroupVersionResult |
withDefinition(GroupVersion definition)
Information on the definition
|
GetGroupVersionResult |
withId(String id)
Id of the group version.
|
GetGroupVersionResult |
withVersion(String version)
Unique Id for a version of the Group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Arn of the group version.public String getArn()
public GetGroupVersionResult withArn(String arn)
arn
- Arn of the group version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp when the group version was created.public String getCreationTimestamp()
public GetGroupVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp when the group version was created.public void setDefinition(GroupVersion definition)
definition
- Information on the definitionpublic GroupVersion getDefinition()
public GetGroupVersionResult withDefinition(GroupVersion definition)
definition
- Information on the definitionpublic void setId(String id)
id
- Id of the group version.public String getId()
public GetGroupVersionResult withId(String id)
id
- Id of the group version.public void setVersion(String version)
version
- Unique Id for a version of the Group.public String getVersion()
public GetGroupVersionResult withVersion(String version)
version
- Unique Id for a version of the Group.public String toString()
toString
in class Object
Object.toString()
public GetGroupVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.