@Generated(value="software.amazon.awssdk:codegen") public final class UploadEntityDefinitionsRequest extends IoTThingsGraphRequest implements ToCopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploadEntityDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UploadEntityDefinitionsRequest.Builder |
builder() |
Boolean |
deprecateExistingEntities()
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. |
DefinitionDocument |
document()
The
DefinitionDocument that defines the updated entities. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UploadEntityDefinitionsRequest.Builder> |
serializableBuilderClass() |
Boolean |
syncWithPublicNamespace()
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
UploadEntityDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DefinitionDocument document()
The DefinitionDocument that defines the updated entities.
DefinitionDocument that defines the updated entities.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.
true, the upload will create a new namespace version.public final Boolean deprecateExistingEntities()
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. If set to true, the upload will create a new namespace version.
DefinitionDocument. If set to true, the upload will create a new namespace
version.public UploadEntityDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>toBuilder in class IoTThingsGraphRequestpublic static UploadEntityDefinitionsRequest.Builder builder()
public static Class<? extends UploadEntityDefinitionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.