@Generated(value="software.amazon.awssdk:codegen") public final class PagerDutyConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PagerDutyConfiguration.Builder,PagerDutyConfiguration>
Details about the PagerDuty configuration for a response plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PagerDutyConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PagerDutyConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the PagerDuty configuration.
|
PagerDutyIncidentConfiguration |
pagerDutyIncidentConfiguration()
Details about the PagerDuty service associated with the configuration.
|
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 PagerDutyConfiguration.Builder> |
serializableBuilderClass() |
PagerDutyConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the PagerDuty configuration.
public final PagerDutyIncidentConfiguration pagerDutyIncidentConfiguration()
Details about the PagerDuty service associated with the configuration.
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 PagerDutyConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PagerDutyConfiguration.Builder,PagerDutyConfiguration>public static PagerDutyConfiguration.Builder builder()
public static Class<? extends PagerDutyConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.