@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Account> |
getAccounts()
The list of Amazon Web Services accounts to invite or to enable.
|
Boolean |
getDisableEmailNotification()
if set to
true , then the invited accounts do not receive email notifications. |
String |
getGraphArn()
The ARN of the behavior graph.
|
String |
getMessage()
Customized message text to include in the invitation email message to the invited member accounts.
|
int |
hashCode() |
Boolean |
isDisableEmailNotification()
if set to
true , then the invited accounts do not receive email notifications. |
void |
setAccounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
void |
setDisableEmailNotification(Boolean disableEmailNotification)
if set to
true , then the invited accounts do not receive email notifications. |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setMessage(String message)
Customized message text to include in the invitation email message to the invited member accounts.
|
String |
toString()
Returns a string representation of this object.
|
CreateMembersRequest |
withAccounts(Account... accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest |
withAccounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest |
withDisableEmailNotification(Boolean disableEmailNotification)
if set to
true , then the invited accounts do not receive email notifications. |
CreateMembersRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
CreateMembersRequest |
withMessage(String message)
Customized message text to include in the invitation email message to the invited member accounts.
|
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 setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public CreateMembersRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public void setMessage(String message)
Customized message text to include in the invitation email message to the invited member accounts.
message
- Customized message text to include in the invitation email message to the invited member accounts.public String getMessage()
Customized message text to include in the invitation email message to the invited member accounts.
public CreateMembersRequest withMessage(String message)
Customized message text to include in the invitation email message to the invited member accounts.
message
- Customized message text to include in the invitation email message to the invited member accounts.public void setDisableEmailNotification(Boolean disableEmailNotification)
if set to true
, then the invited accounts do not receive email notifications. By default, this is
set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
disableEmailNotification
- if set to true
, then the invited accounts do not receive email notifications. By default,
this is set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
public Boolean getDisableEmailNotification()
if set to true
, then the invited accounts do not receive email notifications. By default, this is
set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
true
, then the invited accounts do not receive email notifications. By default,
this is set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
public CreateMembersRequest withDisableEmailNotification(Boolean disableEmailNotification)
if set to true
, then the invited accounts do not receive email notifications. By default, this is
set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
disableEmailNotification
- if set to true
, then the invited accounts do not receive email notifications. By default,
this is set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
public Boolean isDisableEmailNotification()
if set to true
, then the invited accounts do not receive email notifications. By default, this is
set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
true
, then the invited accounts do not receive email notifications. By default,
this is set to false
, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
public List<Account> getAccounts()
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
public void setAccounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
accounts
- The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50
accounts at a time. For each invited account, the account list contains the account identifier and the
Amazon Web Services account root user email address. For organization accounts in the organization
behavior graph, the email address is not required.public CreateMembersRequest withAccounts(Account... accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
NOTE: This method appends the values to the existing list (if any). Use
setAccounts(java.util.Collection)
or withAccounts(java.util.Collection)
if you want to override
the existing values.
accounts
- The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50
accounts at a time. For each invited account, the account list contains the account identifier and the
Amazon Web Services account root user email address. For organization accounts in the organization
behavior graph, the email address is not required.public CreateMembersRequest withAccounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
accounts
- The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50
accounts at a time. For each invited account, the account list contains the account identifier and the
Amazon Web Services account root user email address. For organization accounts in the organization
behavior graph, the email address is not required.public String toString()
toString
in class Object
Object.toString()
public CreateMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()