Class WarningProperty
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.WarningProperty
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WarningProperty.Builder,WarningProperty>
@Generated("software.amazon.awssdk:codegen") public final class WarningProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WarningProperty.Builder,WarningProperty>
A specific property that is impacted by a warning.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWarningProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WarningProperty.Builderbuilder()Stringdescription()The description of the property from the resource provider schema.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpropertyPath()The path of the property.Booleanrequired()Iftrue, the specified property is required.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WarningProperty.Builder>serializableBuilderClass()WarningProperty.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
propertyPath
public final String propertyPath()
The path of the property. For example, if this is for the
S3Bucketmember of theCodeproperty, the property path would beCode/S3Bucket.- Returns:
- The path of the property. For example, if this is for the
S3Bucketmember of theCodeproperty, the property path would beCode/S3Bucket.
-
required
public final Boolean required()
If
true, the specified property is required.- Returns:
- If
true, the specified property is required.
-
description
public final String description()
The description of the property from the resource provider schema.
- Returns:
- The description of the property from the resource provider schema.
-
toBuilder
public WarningProperty.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WarningProperty.Builder,WarningProperty>
-
builder
public static WarningProperty.Builder builder()
-
serializableBuilderClass
public static Class<? extends WarningProperty.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-