@Generated(value="software.amazon.awssdk:codegen") public final class CreateMembersRequest extends DetectiveRequest implements ToCopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMembersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
accounts()
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
static CreateMembersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
graphArn()
The ARN of the behavior graph to invite the member accounts to contribute their data to.
|
boolean |
hasAccounts()
Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
message()
Customized message text to include in the invitation email message to the invited member accounts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMembersRequest.Builder> |
serializableBuilderClass() |
CreateMembersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String graphArn()
The ARN of the behavior graph to invite the member accounts to contribute their data to.
public final String message()
Customized message text to include in the invitation email message to the invited member accounts.
public final boolean hasAccounts()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccounts() to see if a value was sent in this field.
public CreateMembersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>toBuilder in class DetectiveRequestpublic static CreateMembersRequest.Builder builder()
public static Class<? extends CreateMembersRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.