Class SdkConfigurationProperty
java.lang.Object
software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
@Generated("software.amazon.awssdk:codegen")
public final class SdkConfigurationProperty
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
A configuration property of an SDK type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe default value of an SdkType configuration property.final StringThe description of an SdkType configuration property.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe user-friendly name of an SdkType configuration property.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of a an SdkType configuration property.final Booleanrequired()A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).static Class<? extends SdkConfigurationProperty.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
-
name
The name of a an SdkType configuration property.
- Returns:
- The name of a an SdkType configuration property.
-
friendlyName
The user-friendly name of an SdkType configuration property.
- Returns:
- The user-friendly name of an SdkType configuration property.
-
description
The description of an SdkType configuration property.
- Returns:
- The description of an SdkType configuration property.
-
required
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (
true) or not (false).- Returns:
- A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration
property is required (
true) or not (false).
-
defaultValue
The default value of an SdkType configuration property.
- Returns:
- The default value of an SdkType configuration property.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
-
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
-