Class DeletionWarning
- java.lang.Object
-
- software.amazon.awssdk.services.applicationdiscovery.model.DeletionWarning
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeletionWarning.Builder,DeletionWarning>
@Generated("software.amazon.awssdk:codegen") public final class DeletionWarning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeletionWarning.Builder,DeletionWarning>
A configuration ID paired with a warning message.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeletionWarning.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeletionWarning.Builderbuilder()StringconfigurationId()The unique identifier of the configuration that produced a warning.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeletionWarning.Builder>serializableBuilderClass()DeletionWarning.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerwarningCode()The integer warning code associated with the warning message.StringwarningText()A descriptive message of the warning the associated configuration ID produced.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configurationId
public final String configurationId()
The unique identifier of the configuration that produced a warning.
- Returns:
- The unique identifier of the configuration that produced a warning.
-
warningCode
public final Integer warningCode()
The integer warning code associated with the warning message.
- Returns:
- The integer warning code associated with the warning message.
-
warningText
public final String warningText()
A descriptive message of the warning the associated configuration ID produced.
- Returns:
- A descriptive message of the warning the associated configuration ID produced.
-
toBuilder
public DeletionWarning.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeletionWarning.Builder,DeletionWarning>
-
builder
public static DeletionWarning.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeletionWarning.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-