@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadEntityDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UploadEntityDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
UploadEntityDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeprecateExistingEntities()
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument . |
DefinitionDocument |
getDocument()
The
DefinitionDocument that defines the updated entities. |
Boolean |
getSyncWithPublicNamespace()
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
int |
hashCode() |
Boolean |
isDeprecateExistingEntities()
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument . |
Boolean |
isSyncWithPublicNamespace()
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
void |
setDeprecateExistingEntities(Boolean deprecateExistingEntities)
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument . |
void |
setDocument(DefinitionDocument document)
The
DefinitionDocument that defines the updated entities. |
void |
setSyncWithPublicNamespace(Boolean syncWithPublicNamespace)
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
String |
toString()
Returns a string representation of this object.
|
UploadEntityDefinitionsRequest |
withDeprecateExistingEntities(Boolean deprecateExistingEntities)
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument . |
UploadEntityDefinitionsRequest |
withDocument(DefinitionDocument document)
The
DefinitionDocument that defines the updated entities. |
UploadEntityDefinitionsRequest |
withSyncWithPublicNamespace(Boolean syncWithPublicNamespace)
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDocument(DefinitionDocument document)
The DefinitionDocument
that defines the updated entities.
document
- The DefinitionDocument
that defines the updated entities.public DefinitionDocument getDocument()
The DefinitionDocument
that defines the updated entities.
DefinitionDocument
that defines the updated entities.public UploadEntityDefinitionsRequest withDocument(DefinitionDocument document)
The DefinitionDocument
that defines the updated entities.
document
- The DefinitionDocument
that defines the updated entities.public void setSyncWithPublicNamespace(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.
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.public Boolean getSyncWithPublicNamespace()
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 UploadEntityDefinitionsRequest withSyncWithPublicNamespace(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.
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.public Boolean isSyncWithPublicNamespace()
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 void setDeprecateExistingEntities(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.
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.public Boolean getDeprecateExistingEntities()
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 withDeprecateExistingEntities(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.
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.public Boolean isDeprecateExistingEntities()
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 String toString()
toString
in class Object
Object.toString()
public UploadEntityDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()