@Generated(value="software.amazon.awssdk:codegen") public final class PagerDutyIncidentDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PagerDutyIncidentDetail.Builder,PagerDutyIncidentDetail>
Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PagerDutyIncidentDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoResolve()
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
|
static PagerDutyIncidentDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the incident associated with the PagerDuty service for the response plan.
|
List<SdkField<?>> |
sdkFields() |
String |
secretId()
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access
REST API Key or User Token REST API Key, and other user credentials.
|
static Class<? extends PagerDutyIncidentDetail.Builder> |
serializableBuilderClass() |
PagerDutyIncidentDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoResolve()
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
public final String id()
The ID of the incident associated with the PagerDuty service for the response plan.
public final String secretId()
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
public PagerDutyIncidentDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PagerDutyIncidentDetail.Builder,PagerDutyIncidentDetail>public static PagerDutyIncidentDetail.Builder builder()
public static Class<? extends PagerDutyIncidentDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.