@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.
|
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 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
.EncodingType
public 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
.EncodingType
public GetSshPublicKeyRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetSshPublicKeyRequest.Builder,GetSshPublicKeyRequest>
toBuilder
in class IamRequest
public static GetSshPublicKeyRequest.Builder builder()
public static Class<? extends GetSshPublicKeyRequest.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.