@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 service configuration associated with the specified group.
|
int |
hashCode() |
void |
setGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupConfigurationResult |
withGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
groupConfiguration
- The service configuration associated with the specified group. For details about the service configuration
syntax, see Service
configurations for resource groups.public GroupConfiguration getGroupConfiguration()
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
public GetGroupConfigurationResult withGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
groupConfiguration
- The service configuration associated with the specified group. For details about the service configuration
syntax, see Service
configurations for resource groups.public String toString()
toString
in class Object
Object.toString()
public GetGroupConfigurationResult clone()