Class ProfileNotificationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.ProfileNotificationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProfileNotificationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
The profile notification summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfileNotificationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileNotificationSummary.Builderbuilder()StringcurrentProfileVersion()The current profile version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlatestProfileVersion()The latest profile version.StringprofileArn()The profile ARN.StringprofileName()The profile name.List<SdkField<?>>sdkFields()static Class<? extends ProfileNotificationSummary.Builder>serializableBuilderClass()ProfileNotificationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.ProfileNotificationTypetype()Type of notification.StringtypeAsString()Type of notification.StringworkloadId()Returns the value of the WorkloadId property for this object.StringworkloadName()Returns the value of the WorkloadName property for 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
-
currentProfileVersion
public final String currentProfileVersion()
The current profile version.
- Returns:
- The current profile version.
-
latestProfileVersion
public final String latestProfileVersion()
The latest profile version.
- Returns:
- The latest profile version.
-
type
public final ProfileNotificationType type()
Type of notification.
If the service returns an enum value that is not available in the current SDK version,
typewill returnProfileNotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Type of notification.
- See Also:
ProfileNotificationType
-
typeAsString
public final String typeAsString()
Type of notification.
If the service returns an enum value that is not available in the current SDK version,
typewill returnProfileNotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Type of notification.
- See Also:
ProfileNotificationType
-
profileArn
public final String profileArn()
The profile ARN.
- Returns:
- The profile ARN.
-
profileName
public final String profileName()
The profile name.
- Returns:
- The profile name.
-
workloadId
public final String workloadId()
Returns the value of the WorkloadId property for this object.- Returns:
- The value of the WorkloadId property for this object.
-
workloadName
public final String workloadName()
Returns the value of the WorkloadName property for this object.- Returns:
- The value of the WorkloadName property for this object.
-
toBuilder
public ProfileNotificationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
-
builder
public static ProfileNotificationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfileNotificationSummary.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.
-
-