@Generated(value="software.amazon.awssdk:codegen") public final class ResponsePlanSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponsePlanSummary.Builder,ResponsePlanSummary>
Details of the response plan that are used when creating an incident.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResponsePlanSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the response plan.
|
static ResponsePlanSummary.Builder |
builder() |
String |
displayName()
The human readable name of the response plan.
|
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 response plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResponsePlanSummary.Builder> |
serializableBuilderClass() |
ResponsePlanSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the response plan.
public final String displayName()
The human readable name of the response plan. This can include spaces.
public final String name()
The name of the response plan. This can't include spaces.
public ResponsePlanSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResponsePlanSummary.Builder,ResponsePlanSummary>public static ResponsePlanSummary.Builder builder()
public static Class<? extends ResponsePlanSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.