@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetGroupConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetGroupConfigurationResult |
clone() |
boolean |
equals(Object obj) |
GroupConfiguration |
getGroupConfiguration()
The configuration associated with the specified group.
|
int |
hashCode() |
void |
setGroupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupConfigurationResult |
withGroupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
groupConfiguration - The configuration associated with the specified group.public GroupConfiguration getGroupConfiguration()
The configuration associated with the specified group.
public GetGroupConfigurationResult withGroupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
groupConfiguration - The configuration associated with the specified group.public String toString()
toString in class ObjectObject.toString()public GetGroupConfigurationResult clone()
Copyright © 2020. All rights reserved.