@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOrganizationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
String |
getGraphArn()
The ARN of the organization behavior graph.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
void |
setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
void |
setGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
UpdateOrganizationConfigurationRequest |
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, withSdkRequestTimeout
public UpdateOrganizationConfigurationRequest()
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 UpdateOrganizationConfigurationRequest withGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn
- The ARN of the organization behavior graph.public void setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
autoEnable
- Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.public Boolean getAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
autoEnable
- Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.public Boolean isAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()