@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.
|
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() |
void |
setAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
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 |
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 List<Account> getAccounts()
The list of AWS accounts to invite to become member accounts in the behavior graph. 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. 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. 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. 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. 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. 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. 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.