@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeOrganizationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the organization behavior graph.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationRequest |
withGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeOrganizationConfigurationRequest()
public void setGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn - The ARN of the organization behavior graph.public String getGraphArn()
The ARN of the organization behavior graph.
public DescribeOrganizationConfigurationRequest withGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn - The ARN of the organization behavior graph.public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()