@Generated(value="software.amazon.awssdk:codegen") public final class SubjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubjectSummary.Builder,SubjectSummary>
A summary representation of Subject resources returned in read operations; primarily ListSubjects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubjectSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SubjectSummary.Builder |
builder() |
Instant |
createdAt()
The ISO-8601 time stamp of when the certificate was first used in a CreateSession
operation.
|
Boolean |
enabled()
The enabled status of the Subject.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastSeenAt()
The ISO-8601 time stamp of when the certificate was last used in a CreateSession
operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubjectSummary.Builder> |
serializableBuilderClass() |
String |
subjectArn()
The ARN of the resource.
|
String |
subjectId()
The id of the resource.
|
SubjectSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The ISO-8601 timestamp when the subject was last updated.
|
String |
x509Subject()
The x509 principal identifier of the authenticating certificate.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.
public final Boolean enabled()
The enabled status of the Subject.
public final Instant lastSeenAt()
The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
public final String subjectArn()
The ARN of the resource.
public final String subjectId()
The id of the resource.
public final Instant updatedAt()
The ISO-8601 timestamp when the subject was last updated.
public final String x509Subject()
The x509 principal identifier of the authenticating certificate.
public SubjectSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubjectSummary.Builder,SubjectSummary>public static SubjectSummary.Builder builder()
public static Class<? extends SubjectSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.