@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelTargetInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelTargetInfo.Builder |
builder() |
String |
contactChannelId()
The Amazon Resource Name (ARN) of the contact channel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
retryIntervalInMinutes()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contactChannelId()
The Amazon Resource Name (ARN) of the contact channel.
public final Integer retryIntervalInMinutes()
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
public ChannelTargetInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelTargetInfo.Builder,ChannelTargetInfo>public static ChannelTargetInfo.Builder builder()
public static Class<? extends ChannelTargetInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.