@Generated(value="software.amazon.awssdk:codegen") public final class ResetPasswordRequest extends WorkMailRequest implements ToCopyableBuilder<ResetPasswordRequest.Builder,ResetPasswordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResetPasswordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResetPasswordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
organizationId()
The identifier of the organization that contains the user for which the password is reset.
|
String |
password()
The new password for the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResetPasswordRequest.Builder> |
serializableBuilderClass() |
ResetPasswordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The identifier of the user for whom the password is reset.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The identifier of the organization that contains the user for which the password is reset.
public String userId()
The identifier of the user for whom the password is reset.
public String password()
The new password for the user.
public ResetPasswordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResetPasswordRequest.Builder,ResetPasswordRequest>toBuilder in class WorkMailRequestpublic static ResetPasswordRequest.Builder builder()
public static Class<? extends ResetPasswordRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.