@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMemberDetectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMemberDetectorsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMemberDetectorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
A list of member account IDs to be updated.
|
DataSourceConfigurations |
getDataSources()
An object describes which data sources will be updated.
|
String |
getDetectorId()
The detector ID of the master account.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
|
void |
setDataSources(DataSourceConfigurations dataSources)
An object describes which data sources will be updated.
|
void |
setDetectorId(String detectorId)
The detector ID of the master account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMemberDetectorsRequest |
withAccountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
|
UpdateMemberDetectorsRequest |
withAccountIds(String... accountIds)
A list of member account IDs to be updated.
|
UpdateMemberDetectorsRequest |
withDataSources(DataSourceConfigurations dataSources)
An object describes which data sources will be updated.
|
UpdateMemberDetectorsRequest |
withDetectorId(String detectorId)
The detector ID of the master account.
|
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 void setDetectorId(String detectorId)
The detector ID of the master account.
detectorId
- The detector ID of the master account.public String getDetectorId()
The detector ID of the master account.
public UpdateMemberDetectorsRequest withDetectorId(String detectorId)
The detector ID of the master account.
detectorId
- The detector ID of the master account.public List<String> getAccountIds()
A list of member account IDs to be updated.
public void setAccountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
accountIds
- A list of member account IDs to be updated.public UpdateMemberDetectorsRequest withAccountIds(String... accountIds)
A list of member account IDs to be updated.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- A list of member account IDs to be updated.public UpdateMemberDetectorsRequest withAccountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
accountIds
- A list of member account IDs to be updated.public void setDataSources(DataSourceConfigurations dataSources)
An object describes which data sources will be updated.
dataSources
- An object describes which data sources will be updated.public DataSourceConfigurations getDataSources()
An object describes which data sources will be updated.
public UpdateMemberDetectorsRequest withDataSources(DataSourceConfigurations dataSources)
An object describes which data sources will be updated.
dataSources
- An object describes which data sources will be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateMemberDetectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()