@Generated(value="software.amazon.awssdk:codegen") public class AdminCreateUserConfigType extends Object implements StructuredPojo, ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
The type of configuration for creating a new user profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminCreateUserConfigType.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowAdminCreateUserOnly()
Set to
True if only the administrator is allowed to create user profiles. |
static AdminCreateUserConfigType.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MessageTemplateType |
inviteMessageTemplate()
The message template to be used for the welcome message to new users.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends AdminCreateUserConfigType.Builder> |
serializableBuilderClass() |
AdminCreateUserConfigType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
unusedAccountValidityDays()
The user account expiration limit, in days, after which the account is no longer usable.
|
copypublic Boolean allowAdminCreateUserOnly()
Set to True if only the administrator is allowed to create user profiles. Set to False
if users can sign themselves up via an app.
True if only the administrator is allowed to create user profiles. Set to
False if users can sign themselves up via an app.public Integer unusedAccountValidityDays()
The user account expiration limit, in days, after which the account is no longer usable. To reset the account
after that time limit, you must call AdminCreateUser again, specifying "RESEND" for the
MessageAction parameter. The default value for this parameter is 7.
AdminCreateUser again, specifying
"RESEND" for the MessageAction parameter. The default value for this parameter
is 7.public MessageTemplateType inviteMessageTemplate()
The message template to be used for the welcome message to new users.
public AdminCreateUserConfigType.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>public static AdminCreateUserConfigType.Builder builder()
public static Class<? extends AdminCreateUserConfigType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.