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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WarningProperty.Builderbuilder()final StringThe description of the property from the resource provider schema.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe path of the property.final Booleanrequired()Iftrue, the specified property is required.static Class<? extends WarningProperty.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
If
true, the specified property is required.- Returns:
- If
true, the specified property is required.
-
description
The description of the property from the resource provider schema.
- Returns:
- The description of the property from the resource provider schema.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<WarningProperty.Builder,WarningProperty>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-