@Generated(value="software.amazon.awssdk:codegen") public class CreateUserRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserRequest.Builder |
builder() |
String |
clientRequestToken()
A unique, user-specified identifier for this request that ensures idempotency.
|
String |
email()
The email address for the user.
|
boolean |
equals(Object obj) |
String |
firstName()
The first name for the user.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
lastName()
The last name for the user.
|
static Class<? extends CreateUserRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags for the user.
|
CreateUserRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userId()
The ARN for the user.
|
requestOverrideConfigcopypublic String userId()
The ARN for the user.
public String firstName()
The first name for the user.
public String lastName()
The last name for the user.
public String email()
The email address for the user.
public String clientRequestToken()
A unique, user-specified identifier for this request that ensures idempotency.
public List<Tag> tags()
The tags for the user.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateUserRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>toBuilder in class AlexaForBusinessRequestpublic static CreateUserRequest.Builder builder()
public static Class<? extends CreateUserRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.