@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMemberRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMemberRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMemberRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMemberRequest |
clone() |
boolean |
equals(Object obj) |
AccountDetail |
getAccount()
The details for the account to associate with the master account.
|
Map<String,String> |
getTags()
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
|
int |
hashCode() |
void |
setAccount(AccountDetail account)
The details for the account to associate with the master account.
|
void |
setTags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
|
String |
toString()
Returns a string representation of this object.
|
CreateMemberRequest |
withAccount(AccountDetail account)
The details for the account to associate with the master account.
|
CreateMemberRequest |
withTags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
|
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 void setAccount(AccountDetail account)
The details for the account to associate with the master account.
account - The details for the account to associate with the master account.public AccountDetail getAccount()
The details for the account to associate with the master account.
public CreateMemberRequest withAccount(AccountDetail account)
The details for the account to associate with the master account.
account - The details for the account to associate with the master account.public Map<String,String> getTags()
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
public void setTags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
tags - A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
public CreateMemberRequest withTags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
tags - A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
public CreateMemberRequest addTagsEntry(String key, String value)
public CreateMemberRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateMemberRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.