Class GluePropertiesPatch
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.GluePropertiesPatch
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GluePropertiesPatch.Builder,GluePropertiesPatch>
@Generated("software.amazon.awssdk:codegen") public final class GluePropertiesPatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GluePropertiesPatch.Builder,GluePropertiesPatch>
The Amazon Web Services Glue properties patch of a connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGluePropertiesPatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GluePropertiesPatch.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GlueConnectionPatchglueConnectionInput()The Amazon Web Services Glue properties patch of a connection.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GluePropertiesPatch.Builder>serializableBuilderClass()GluePropertiesPatch.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
-
glueConnectionInput
public final GlueConnectionPatch glueConnectionInput()
The Amazon Web Services Glue properties patch of a connection.
- Returns:
- The Amazon Web Services Glue properties patch of a connection.
-
toBuilder
public GluePropertiesPatch.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GluePropertiesPatch.Builder,GluePropertiesPatch>
-
builder
public static GluePropertiesPatch.Builder builder()
-
serializableBuilderClass
public static Class<? extends GluePropertiesPatch.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
-
-