@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 unique ID of the detector of the GuardDuty account with which you want to invite members.
detectorId
- The unique ID of the detector of the GuardDuty account with which you want to invite members.public String getDetectorId()
The unique ID of the detector of the GuardDuty account with which you want to invite members.
public InviteMembersRequest withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
detectorId
- The unique ID of the detector of the GuardDuty account with which you want to invite members.public List<String> getAccountIds()
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
public void setAccountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
accountIds
- A list of account IDs of the accounts that you want to invite to GuardDuty as members.public InviteMembersRequest withAccountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
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)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
accountIds
- A list of account IDs of the accounts that you want to invite to GuardDuty as members.public 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.
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()
A boolean value that specifies whether you want to disable email notification to the accounts that you’re inviting to GuardDuty as members.
public 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.
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()
A boolean value that specifies whether you want to disable email notification to the accounts that you’re inviting to GuardDuty as members.
public void setMessage(String message)
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
message
- The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.public String getMessage()
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
public InviteMembersRequest withMessage(String message)
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
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 Object
Object.toString()
public InviteMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.