StructuredPojo
, ToCopyableBuilder<UserPoolPolicyType.Builder,UserPoolPolicyType>
@Generated("software.amazon.awssdk:codegen") public class UserPoolPolicyType extends Object implements StructuredPojo, ToCopyableBuilder<UserPoolPolicyType.Builder,UserPoolPolicyType>
The type of policy in a user pool.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UserPoolPolicyType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UserPoolPolicyType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
PasswordPolicyType |
passwordPolicy() |
A container for information about the user pool password policy.
|
static Class<? extends UserPoolPolicyType.Builder> |
serializableBuilderClass() |
|
UserPoolPolicyType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public PasswordPolicyType passwordPolicy()
A container for information about the user pool password policy.
public UserPoolPolicyType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserPoolPolicyType.Builder,UserPoolPolicyType>
public static UserPoolPolicyType.Builder builder()
public static Class<? extends UserPoolPolicyType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.