Class UploadEntityDefinitionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphRequest
-
- software.amazon.awssdk.services.iotthingsgraph.model.UploadEntityDefinitionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class UploadEntityDefinitionsRequest extends IoTThingsGraphRequest implements ToCopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUploadEntityDefinitionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UploadEntityDefinitionsRequest.Builderbuilder()BooleandeprecateExistingEntities()A Boolean that specifies whether to deprecate all entities in the latest version before uploading the newDefinitionDocument.DefinitionDocumentdocument()TheDefinitionDocumentthat defines the updated entities.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UploadEntityDefinitionsRequest.Builder>serializableBuilderClass()BooleansyncWithPublicNamespace()A Boolean that specifies whether to synchronize with the latest version of the public namespace.UploadEntityDefinitionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
document
public final DefinitionDocument document()
The
DefinitionDocumentthat defines the updated entities.- Returns:
- The
DefinitionDocumentthat defines the updated entities.
-
syncWithPublicNamespace
public final Boolean syncWithPublicNamespace()
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to
true, the upload will create a new namespace version.- Returns:
- A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set
to
true, the upload will create a new namespace version.
-
deprecateExistingEntities
public final Boolean deprecateExistingEntities()
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. If set totrue, the upload will create a new namespace version.- Returns:
- A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. If set totrue, the upload will create a new namespace version.
-
toBuilder
public UploadEntityDefinitionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>- Specified by:
toBuilderin classIoTThingsGraphRequest
-
builder
public static UploadEntityDefinitionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UploadEntityDefinitionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-