@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSshPublicKeyRequest extends IamRequest implements ToCopyableBuilder<UpdateSshPublicKeyRequest.Builder,UpdateSshPublicKeyRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateSshPublicKeyRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateSshPublicKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSshPublicKeyRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKeyId()
The unique identifier for the SSH public key.
|
StatusType |
status()
The status to assign to the SSH public key.
|
String |
statusAsString()
The status to assign to the SSH public key.
|
UpdateSshPublicKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the IAM user associated with the SSH public key.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String userName()
The name of the IAM user associated with the SSH public key.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public String sshPublicKeyId()
The unique identifier for the SSH public key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public StatusType status()
The status to assign to the SSH public key. Active
means that the key can be used for authentication
with an AWS CodeCommit repository. Inactive
means that the key cannot be used.
If the service returns an enum value that is not available in the current SDK version, status
will
return StatusType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
Active
means that the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means that the key cannot be
used.StatusType
public String statusAsString()
The status to assign to the SSH public key. Active
means that the key can be used for authentication
with an AWS CodeCommit repository. Inactive
means that the key cannot be used.
If the service returns an enum value that is not available in the current SDK version, status
will
return StatusType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
Active
means that the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means that the key cannot be
used.StatusType
public UpdateSshPublicKeyRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateSshPublicKeyRequest.Builder,UpdateSshPublicKeyRequest>
toBuilder
in class IamRequest
public static UpdateSshPublicKeyRequest.Builder builder()
public static Class<? extends UpdateSshPublicKeyRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.