@Generated(value="software.amazon.awssdk:codegen") public final class PagerDutyIncidentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PagerDutyIncidentConfiguration.Builder,PagerDutyIncidentConfiguration>
Details about the PagerDuty service where the response plan creates an incident.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PagerDutyIncidentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PagerDutyIncidentConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PagerDutyIncidentConfiguration.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
|
PagerDutyIncidentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceId()
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
public PagerDutyIncidentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PagerDutyIncidentConfiguration.Builder,PagerDutyIncidentConfiguration>public static PagerDutyIncidentConfiguration.Builder builder()
public static Class<? extends PagerDutyIncidentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.