Class ParentEntityUpdateRequest
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.ParentEntityUpdateRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>
@Generated("software.amazon.awssdk:codegen") public final class ParentEntityUpdateRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>
The parent entity update request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParentEntityUpdateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParentEntityUpdateRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringparentEntityId()The ID of the parent entity.List<SdkField<?>>sdkFields()static Class<? extends ParentEntityUpdateRequest.Builder>serializableBuilderClass()ParentEntityUpdateRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.ParentEntityUpdateTypeupdateType()The type of the update.StringupdateTypeAsString()The type of the update.-
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
-
updateType
public final ParentEntityUpdateType updateType()
The type of the update.
If the service returns an enum value that is not available in the current SDK version,
updateTypewill returnParentEntityUpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateTypeAsString().- Returns:
- The type of the update.
- See Also:
ParentEntityUpdateType
-
updateTypeAsString
public final String updateTypeAsString()
The type of the update.
If the service returns an enum value that is not available in the current SDK version,
updateTypewill returnParentEntityUpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateTypeAsString().- Returns:
- The type of the update.
- See Also:
ParentEntityUpdateType
-
parentEntityId
public final String parentEntityId()
The ID of the parent entity.
- Returns:
- The ID of the parent entity.
-
toBuilder
public ParentEntityUpdateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>
-
builder
public static ParentEntityUpdateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParentEntityUpdateRequest.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.
-
-