@Generated(value="software.amazon.awssdk:codegen") public final class SSHPublicKeyMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>
Contains information about an SSH public key, without the key's body or fingerprint.
This data type is used as a response element in the ListSSHPublicKeys operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SSHPublicKeyMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SSHPublicKeyMetadata.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 SSHPublicKeyMetadata.Builder> |
serializableBuilderClass() |
String |
sshPublicKeyId()
The unique identifier for the SSH public key.
|
StatusType |
status()
The status of the SSH public key.
|
String |
statusAsString()
The status of the SSH public key.
|
SSHPublicKeyMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
uploadDate()
The date and time, in ISO 8601 date-time format, when the SSH public
key was uploaded.
|
String |
userName()
The name of the IAM user associated with the SSH public key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userName()
The name of the IAM user associated with the SSH public key.
public String sshPublicKeyId()
The unique identifier for the SSH public key.
public StatusType status()
The status of 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.StatusTypepublic String statusAsString()
The status of 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.StatusTypepublic Instant uploadDate()
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.
public SSHPublicKeyMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>public static SSHPublicKeyMetadata.Builder builder()
public static Class<? extends SSHPublicKeyMetadata.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.