@Generated(value="software.amazon.awssdk:codegen") public final class ProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
Summary of a profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfileSummary.Builder |
builder() |
Instant |
createdAt()
Returns the value of the CreatedAt property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
Returns the value of the Owner property for this object.
|
String |
profileArn()
The profile ARN.
|
String |
profileDescription()
The profile description.
|
String |
profileName()
The profile name.
|
String |
profileVersion()
The profile version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfileSummary.Builder> |
serializableBuilderClass() |
ProfileSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
Returns the value of the UpdatedAt property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileArn()
The profile ARN.
public final String profileVersion()
The profile version.
public final String profileName()
The profile name.
public final String profileDescription()
The profile description.
public final String owner()
public final Instant createdAt()
public final Instant updatedAt()
public ProfileSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>public static ProfileSummary.Builder builder()
public static Class<? extends ProfileSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.