Class ResolutionContact
- java.lang.Object
-
- software.amazon.awssdk.services.ssmcontacts.model.ResolutionContact
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResolutionContact.Builder,ResolutionContact>
@Generated("software.amazon.awssdk:codegen") public final class ResolutionContact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolutionContact.Builder,ResolutionContact>
Information about the engagement resolution steps. The resolution starts from the first contact, which can be an escalation plan, then resolves to an on-call rotation, and finally to a personal contact.
The
ResolutionContactstructure describes the information for each node or step in that process. It contains information about different contact types, such as the escalation, rotation, and personal contacts.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResolutionContact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolutionContact.Builderbuilder()StringcontactArn()The Amazon Resource Name (ARN) of a contact in the engagement resolution process.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResolutionContact.Builder>serializableBuilderClass()IntegerstageIndex()The stage in the escalation plan that resolves to this contact.ResolutionContact.BuildertoBuilder()StringtoString()Returns a string representation of this object.ContactTypetype()The type of contact for a resolution step.StringtypeAsString()The type of contact for a resolution step.-
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
-
contactArn
public final String contactArn()
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
- Returns:
- The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
-
type
public final ContactType type()
The type of contact for a resolution step.
If the service returns an enum value that is not available in the current SDK version,
typewill returnContactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of contact for a resolution step.
- See Also:
ContactType
-
typeAsString
public final String typeAsString()
The type of contact for a resolution step.
If the service returns an enum value that is not available in the current SDK version,
typewill returnContactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of contact for a resolution step.
- See Also:
ContactType
-
stageIndex
public final Integer stageIndex()
The stage in the escalation plan that resolves to this contact.
- Returns:
- The stage in the escalation plan that resolves to this contact.
-
toBuilder
public ResolutionContact.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResolutionContact.Builder,ResolutionContact>
-
builder
public static ResolutionContact.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResolutionContact.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.
-
-