Class ContactTargetInfo
- java.lang.Object
-
- software.amazon.awssdk.services.ssmcontacts.model.ContactTargetInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>
@Generated("software.amazon.awssdk:codegen") public final class ContactTargetInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>
The contact that Incident Manager is engaging during an incident.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContactTargetInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContactTargetInfo.Builderbuilder()StringcontactId()The Amazon Resource Name (ARN) of the contact.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisEssential()A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.List<SdkField<?>>sdkFields()static Class<? extends ContactTargetInfo.Builder>serializableBuilderClass()ContactTargetInfo.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
-
contactId
public final String contactId()
The Amazon Resource Name (ARN) of the contact.
- Returns:
- The Amazon Resource Name (ARN) of the contact.
-
isEssential
public final Boolean isEssential()
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- Returns:
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
-
toBuilder
public ContactTargetInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>
-
builder
public static ContactTargetInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContactTargetInfo.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.
-
-