@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
InviteMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
InviteMembersRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
String |
getDetectorId()
The unique ID of the detector of the GuardDuty account with which you want to invite members.
|
Boolean |
getDisableEmailNotification()
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.
|
String |
getMessage()
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
|
int |
hashCode() |
Boolean |
isDisableEmailNotification()
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.
|
void |
setAccountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
|
void |
setDisableEmailNotification(Boolean disableEmailNotification)
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.
|
void |
setMessage(String message)
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InviteMembersRequest |
withAccountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest |
withAccountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
|
InviteMembersRequest |
withDisableEmailNotification(Boolean disableEmailNotification)
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.
|
InviteMembersRequest |
withMessage(String message)
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
|
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 List<String> getAccountIds()
public void setAccountIds(Collection<String> accountIds)
accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.public InviteMembersRequest withAccountIds(String... accountIds)
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 account IDs of the accounts that you want to invite to GuardDuty as members.public InviteMembersRequest withAccountIds(Collection<String> accountIds)
accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.public void setDetectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty account with which you want to invite members.public String getDetectorId()
public InviteMembersRequest withDetectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty account with which you want to invite members.public void setDisableEmailNotification(Boolean disableEmailNotification)
disableEmailNotification - A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.public Boolean getDisableEmailNotification()
public InviteMembersRequest withDisableEmailNotification(Boolean disableEmailNotification)
disableEmailNotification - A boolean value that specifies whether you want to disable email notification to the accounts that you’re
inviting to GuardDuty as members.public Boolean isDisableEmailNotification()
public void setMessage(String message)
message - The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.public String getMessage()
public InviteMembersRequest withMessage(String message)
message - The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.public String toString()
toString in class ObjectObject.toString()public InviteMembersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.