@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 final String iamUserArn()
The user IAM ARN. This can also be a federated user's ARN.
public final 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 final String sshPublicKey()
The user's new SSH public key.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.