Class ProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.route53profiles.model.ProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
Summary information about a Route 53 Profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the Profile.static ProfileSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()ID of the Profile.Stringname()Name of the Profile.List<SdkField<?>>sdkFields()static Class<? extends ProfileSummary.Builder>serializableBuilderClass()ShareStatusshareStatus()Share status of the Profile.StringshareStatusAsString()Share status of the Profile.ProfileSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the Profile.
- Returns:
- The Amazon Resource Name (ARN) of the Profile.
-
id
public final String id()
ID of the Profile.
- Returns:
- ID of the Profile.
-
name
public final String name()
Name of the Profile.
- Returns:
- Name of the Profile.
-
shareStatus
public final ShareStatus shareStatus()
Share status of the Profile.
If the service returns an enum value that is not available in the current SDK version,
shareStatuswill returnShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareStatusAsString().- Returns:
- Share status of the Profile.
- See Also:
ShareStatus
-
shareStatusAsString
public final String shareStatusAsString()
Share status of the Profile.
If the service returns an enum value that is not available in the current SDK version,
shareStatuswill returnShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareStatusAsString().- Returns:
- Share status of the Profile.
- See Also:
ShareStatus
-
toBuilder
public ProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
-
builder
public static ProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfileSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-