@Generated(value="software.amazon.awssdk:codegen") public final class GetSshPublicKeyRequest extends IamRequest implements ToCopyableBuilder<GetSshPublicKeyRequest.Builder,GetSshPublicKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSshPublicKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSshPublicKeyRequest.Builder |
builder() |
EncodingType |
encoding()
Specifies the public key encoding format to use in the response.
|
String |
encodingAsString()
Specifies the public key encoding format to use in the response.
|
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 GetSshPublicKeyRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKeyId()
The unique identifier for the SSH public key.
|
GetSshPublicKeyRequest.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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final EncodingType encoding()
Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format,
use SSH. To retrieve the public key in PEM format, use PEM.
If the service returns an enum value that is not available in the current SDK version, encoding will
return EncodingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
encodingAsString().
SSH. To retrieve the public key in PEM format, use PEM.EncodingTypepublic final String encodingAsString()
Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format,
use SSH. To retrieve the public key in PEM format, use PEM.
If the service returns an enum value that is not available in the current SDK version, encoding will
return EncodingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
encodingAsString().
SSH. To retrieve the public key in PEM format, use PEM.EncodingTypepublic GetSshPublicKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSshPublicKeyRequest.Builder,GetSshPublicKeyRequest>toBuilder in class IamRequestpublic static GetSshPublicKeyRequest.Builder builder()
public static Class<? extends GetSshPublicKeyRequest.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.