@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 AWS accounts to invite to become member accounts in the behavior graph.
|
Boolean |
getDisableEmailNotification()
if set to
true , then the member accounts do not receive email notifications. |
String |
getGraphArn()
The ARN of the behavior graph to invite the member accounts to contribute their data to.
|
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 member accounts do not receive email notifications. |
void |
setAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
void |
setDisableEmailNotification(Boolean disableEmailNotification)
if set to
true , then the member accounts do not receive email notifications. |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph to invite the member accounts to contribute their data to.
|
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 AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest |
withAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest |
withDisableEmailNotification(Boolean disableEmailNotification)
if set to
true , then the member accounts do not receive email notifications. |
CreateMembersRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph to invite the member accounts to contribute their data to.
|
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 to invite the member accounts to contribute their data to.
graphArn
- The ARN of the behavior graph to invite the member accounts to contribute their data to.public String getGraphArn()
The ARN of the behavior graph to invite the member accounts to contribute their data to.
public CreateMembersRequest withGraphArn(String graphArn)
The ARN of the behavior graph to invite the member accounts to contribute their data to.
graphArn
- The ARN of the behavior graph to invite the member accounts to contribute their data to.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 member accounts do not receive email notifications. By default, this is set
to false
, and the member accounts receive email notifications.
disableEmailNotification
- if set to true
, then the member accounts do not receive email notifications. By default, this
is set to false
, and the member accounts receive email notifications.public Boolean getDisableEmailNotification()
if set to true
, then the member accounts do not receive email notifications. By default, this is set
to false
, and the member accounts receive email notifications.
true
, then the member accounts do not receive email notifications. By default,
this is set to false
, and the member accounts receive email notifications.public CreateMembersRequest withDisableEmailNotification(Boolean disableEmailNotification)
if set to true
, then the member accounts do not receive email notifications. By default, this is set
to false
, and the member accounts receive email notifications.
disableEmailNotification
- if set to true
, then the member accounts do not receive email notifications. By default, this
is set to false
, and the member accounts receive email notifications.public Boolean isDisableEmailNotification()
if set to true
, then the member accounts do not receive email notifications. By default, this is set
to false
, and the member accounts receive email notifications.
true
, then the member accounts do not receive email notifications. By default,
this is set to false
, and the member accounts receive email notifications.public List<Account> getAccounts()
The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.
public void setAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.
accounts
- The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to
50 accounts at a time. For each invited account, the account list contains the account identifier and the
AWS account root user email address.public CreateMembersRequest withAccounts(Account... accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.
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 AWS accounts to invite to become member accounts in the behavior graph. You can invite up to
50 accounts at a time. For each invited account, the account list contains the account identifier and the
AWS account root user email address.public CreateMembersRequest withAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.
accounts
- The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to
50 accounts at a time. For each invited account, the account list contains the account identifier and the
AWS account root user email address.public String toString()
toString
in class Object
Object.toString()
public CreateMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()