@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserProfileRequest extends OpsWorksRequest implements ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page.
|
static UpdateUserProfileRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamUserArn()
The user IAM ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserProfileRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The user's new SSH public key.
|
String |
sshUsername()
The user's SSH user name.
|
UpdateUserProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String iamUserArn()
The user IAM ARN. This can also be a federated user's ARN.
public String sshUsername()
The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name
includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be
changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from
the IAM user name.
my.name will be changed to myname. If you do not specify an SSH user name, AWS
OpsWorks Stacks generates one from the IAM user name.public String sshPublicKey()
The user's new SSH public key.
public Boolean allowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
public UpdateUserProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>toBuilder in class OpsWorksRequestpublic static UpdateUserProfileRequest.Builder builder()
public static Class<? extends UpdateUserProfileRequest.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.