@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountLevelServiceConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAccountLevelServiceConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountLevelServiceConfigurationResult |
clone() |
boolean |
equals(Object obj) |
OrgConfiguration |
getOrgConfiguration()
Details about the organization, and whether configuration is
ENABLED or DISABLED. |
int |
hashCode() |
void |
setOrgConfiguration(OrgConfiguration orgConfiguration)
Details about the organization, and whether configuration is
ENABLED or DISABLED. |
String |
toString()
Returns a string representation of this object.
|
GetAccountLevelServiceConfigurationResult |
withOrgConfiguration(OrgConfiguration orgConfiguration)
Details about the organization, and whether configuration is
ENABLED or DISABLED. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetAccountLevelServiceConfigurationResult()
public void setOrgConfiguration(OrgConfiguration orgConfiguration)
Details about the organization, and whether configuration is ENABLED or DISABLED.
orgConfiguration - Details about the organization, and whether configuration is ENABLED or DISABLED
.public OrgConfiguration getOrgConfiguration()
Details about the organization, and whether configuration is ENABLED or DISABLED.
ENABLED or
DISABLED.public GetAccountLevelServiceConfigurationResult withOrgConfiguration(OrgConfiguration orgConfiguration)
Details about the organization, and whether configuration is ENABLED or DISABLED.
orgConfiguration - Details about the organization, and whether configuration is ENABLED or DISABLED
.public String toString()
toString in class ObjectObject.toString()public GetAccountLevelServiceConfigurationResult clone()