@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()
Deprecated.
|
String |
getAutoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
OrganizationDataSourceConfigurations |
getDataSources()
Deprecated.
|
String |
getDetectorId()
The ID of the detector that configures the delegated administrator.
|
List<OrganizationFeatureConfiguration> |
getFeatures()
A list of features that will be configured for the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Deprecated.
|
void |
setAutoEnable(Boolean autoEnable)
Deprecated.
|
void |
setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
void |
setDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
void |
setDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
|
void |
setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Deprecated.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
UpdateOrganizationConfigurationRequest |
withDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
|
UpdateOrganizationConfigurationRequest |
withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
UpdateOrganizationConfigurationRequest |
withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
|
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 setDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
detectorId
- The ID of the detector that configures the delegated administrator.public String getDetectorId()
The ID of the detector that configures the delegated administrator.
public UpdateOrganizationConfigurationRequest withDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
detectorId
- The ID of the detector that configures the delegated administrator.@Deprecated public void setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
autoEnable
- Indicates whether to automatically enable member accounts in the organization.@Deprecated public Boolean getAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
@Deprecated public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
autoEnable
- Indicates whether to automatically enable member accounts in the organization.@Deprecated public Boolean isAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
@Deprecated public void setDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.@Deprecated public OrganizationDataSourceConfigurations getDataSources()
Describes which data sources will be updated.
@Deprecated public UpdateOrganizationConfigurationRequest withDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.public List<OrganizationFeatureConfiguration> getFeatures()
A list of features that will be configured for the organization.
public void setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features
- A list of features that will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
NOTE: This method appends the values to the existing list (if any). Use
setFeatures(java.util.Collection)
or withFeatures(java.util.Collection)
if you want to override
the existing values.
features
- A list of features that will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features
- A list of features that will be configured for the organization.public void setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are configured to
have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty enabled
automatically.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are
configured to have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty
enabled automatically.
AutoEnableMembers
public String getAutoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are configured to
have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty enabled
automatically.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are
configured to have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty
enabled automatically.
AutoEnableMembers
public UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are configured to
have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty enabled
automatically.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are
configured to have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty
enabled automatically.
AutoEnableMembers
public UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are configured to
have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty enabled
automatically.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW
: Indicates that new accounts joining the organization are configured to have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts (new and existing members) in the organization are
configured to have GuardDuty enabled automatically.
NONE
: Indicates that no account in the organization will be configured to have GuardDuty
enabled automatically.
AutoEnableMembers
public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()