Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetSSHPublicKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSSHPublicKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetSSHPublicKeyRequest.Builder |
builder() |
|
String |
encoding() |
Specifies the public key encoding format to use in the response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetSSHPublicKeyRequest.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKeyId() |
The unique identifier for the SSH public key.
|
GetSSHPublicKeyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the IAM user associated with the SSH public key.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name of the IAM user associated with the SSH public key.
This parameter allows (per 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 (per 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 (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String 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
.
SSH
. To retrieve the public key in PEM format, use PEM
.EncodingType
public GetSSHPublicKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
public static GetSSHPublicKeyRequest.Builder builder()
public static Class<? extends GetSSHPublicKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.