Class Profile
- java.lang.Object
-
- software.amazon.awssdk.services.route53profiles.model.Profile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Profile.Builder,Profile>
@Generated("software.amazon.awssdk:codegen") public final class Profile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Profile.Builder,Profile>
A complex type that includes settings for a Route 53 Profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfile.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 Profile.Builderbuilder()StringclientToken()TheClientTokenvalue that was assigned when the Profile was created.InstantcreationTime()The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()ID of the Profile.InstantmodificationTime()The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).Stringname()Name of the Profile.StringownerId()Amazon Web Services account ID of the Profile owner.List<SdkField<?>>sdkFields()static Class<? extends Profile.Builder>serializableBuilderClass()ShareStatusshareStatus()Sharing status for the Profile.StringshareStatusAsString()Sharing status for the Profile.ProfileStatusstatus()The status for the Profile.StringstatusAsString()The status for the Profile.StringstatusMessage()Status message that includes additiona information about the Profile.Profile.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.
-
clientToken
public final String clientToken()
The
ClientTokenvalue that was assigned when the Profile was created.- Returns:
- The
ClientTokenvalue that was assigned when the Profile was created.
-
creationTime
public final Instant creationTime()
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
- Returns:
- The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
-
id
public final String id()
ID of the Profile.
- Returns:
- ID of the Profile.
-
modificationTime
public final Instant modificationTime()
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
- Returns:
- The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
-
name
public final String name()
Name of the Profile.
- Returns:
- Name of the Profile.
-
ownerId
public final String ownerId()
Amazon Web Services account ID of the Profile owner.
- Returns:
- Amazon Web Services account ID of the Profile owner.
-
shareStatus
public final ShareStatus shareStatus()
Sharing status for 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:
- Sharing status for the Profile.
- See Also:
ShareStatus
-
shareStatusAsString
public final String shareStatusAsString()
Sharing status for 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:
- Sharing status for the Profile.
- See Also:
ShareStatus
-
status
public final ProfileStatus status()
The status for the Profile.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for the Profile.
- See Also:
ProfileStatus
-
statusAsString
public final String statusAsString()
The status for the Profile.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for the Profile.
- See Also:
ProfileStatus
-
statusMessage
public final String statusMessage()
Status message that includes additiona information about the Profile.
- Returns:
- Status message that includes additiona information about the Profile.
-
toBuilder
public Profile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Profile.Builder,Profile>
-
builder
public static Profile.Builder builder()
-
serializableBuilderClass
public static Class<? extends Profile.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.
-
-