Class ChannelTargetInfo
- java.lang.Object
-
- software.amazon.awssdk.services.ssmcontacts.model.ChannelTargetInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChannelTargetInfo.Builder,ChannelTargetInfo>
@Generated("software.amazon.awssdk:codegen") public final class ChannelTargetInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelTargetInfo.Builder,ChannelTargetInfo>
Information about the contact channel that Incident Manager uses to engage the contact.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChannelTargetInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelTargetInfo.Builderbuilder()StringcontactChannelId()The Amazon Resource Name (ARN) of the contact channel.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerretryIntervalInMinutes()The number of minutes to wait to retry sending engagement in the case the engagement initially fails.List<SdkField<?>>sdkFields()static Class<? extends ChannelTargetInfo.Builder>serializableBuilderClass()ChannelTargetInfo.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
-
contactChannelId
public final String contactChannelId()
The Amazon Resource Name (ARN) of the contact channel.
- Returns:
- The Amazon Resource Name (ARN) of the contact channel.
-
retryIntervalInMinutes
public final Integer retryIntervalInMinutes()
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- Returns:
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
-
toBuilder
public ChannelTargetInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelTargetInfo.Builder,ChannelTargetInfo>
-
builder
public static ChannelTargetInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChannelTargetInfo.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.
-
-