@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest |
clone() |
boolean |
equals(Object obj) |
List<AccountDetail> |
getAccountDetails()
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty
account.
|
String |
getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
|
int |
hashCode() |
void |
setAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty
account.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
|
String |
toString()
Returns a string representation of this object.
|
CreateMembersRequest |
withAccountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty
account.
|
CreateMembersRequest |
withAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty
account.
|
CreateMembersRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
|
addHandlerContext, copyBaseTo, 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 void setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
detectorId - The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.public String getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
public CreateMembersRequest withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
detectorId - The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.public List<AccountDetail> getAccountDetails()
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
public void setAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the master
GuardDuty account.public CreateMembersRequest withAccountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
NOTE: This method appends the values to the existing list (if any). Use
setAccountDetails(java.util.Collection) or withAccountDetails(java.util.Collection) if you want
to override the existing values.
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the master
GuardDuty account.public CreateMembersRequest withAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the master
GuardDuty account.public String toString()
toString in class ObjectObject.toString()public CreateMembersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.