@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateImageSetMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateImageSetMetadataRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateImageSetMetadataRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDatastoreId()
 The data store identifier. | 
| Boolean | getForce()
 Setting this flag will force the  UpdateImageSetMetadataoperation for the following attributes: | 
| String | getImageSetId()
 The image set identifier. | 
| String | getLatestVersionId()
 The latest image set version identifier. | 
| MetadataUpdates | getUpdateImageSetMetadataUpdates()
 Update image set metadata updates. | 
| int | hashCode() | 
| Boolean | isForce()
 Setting this flag will force the  UpdateImageSetMetadataoperation for the following attributes: | 
| void | setDatastoreId(String datastoreId)
 The data store identifier. | 
| void | setForce(Boolean force)
 Setting this flag will force the  UpdateImageSetMetadataoperation for the following attributes: | 
| void | setImageSetId(String imageSetId)
 The image set identifier. | 
| void | setLatestVersionId(String latestVersionId)
 The latest image set version identifier. | 
| void | setUpdateImageSetMetadataUpdates(MetadataUpdates updateImageSetMetadataUpdates)
 Update image set metadata updates. | 
| String | toString()Returns a string representation of this object. | 
| UpdateImageSetMetadataRequest | withDatastoreId(String datastoreId)
 The data store identifier. | 
| UpdateImageSetMetadataRequest | withForce(Boolean force)
 Setting this flag will force the  UpdateImageSetMetadataoperation for the following attributes: | 
| UpdateImageSetMetadataRequest | withImageSetId(String imageSetId)
 The image set identifier. | 
| UpdateImageSetMetadataRequest | withLatestVersionId(String latestVersionId)
 The latest image set version identifier. | 
| UpdateImageSetMetadataRequest | withUpdateImageSetMetadataUpdates(MetadataUpdates updateImageSetMetadataUpdates)
 Update image set metadata updates. | 
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, withSdkRequestTimeoutpublic void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public String getDatastoreId()
The data store identifier.
public UpdateImageSetMetadataRequest withDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public void setImageSetId(String imageSetId)
The image set identifier.
imageSetId - The image set identifier.public String getImageSetId()
The image set identifier.
public UpdateImageSetMetadataRequest withImageSetId(String imageSetId)
The image set identifier.
imageSetId - The image set identifier.public void setLatestVersionId(String latestVersionId)
The latest image set version identifier.
latestVersionId - The latest image set version identifier.public String getLatestVersionId()
The latest image set version identifier.
public UpdateImageSetMetadataRequest withLatestVersionId(String latestVersionId)
The latest image set version identifier.
latestVersionId - The latest image set version identifier.public void setForce(Boolean force)
 Setting this flag will force the UpdateImageSetMetadata operation for the following attributes:
 
 Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and
 Tag.StudyID
 
Adding, removing, or updating private tags for an individual SOP Instance
force - Setting this flag will force the UpdateImageSetMetadata operation for the following
        attributes:
        
        Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID,
        and Tag.StudyID
        
Adding, removing, or updating private tags for an individual SOP Instance
public Boolean getForce()
 Setting this flag will force the UpdateImageSetMetadata operation for the following attributes:
 
 Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and
 Tag.StudyID
 
Adding, removing, or updating private tags for an individual SOP Instance
UpdateImageSetMetadata operation for the following
         attributes:
         
         Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID,
         and Tag.StudyID
         
Adding, removing, or updating private tags for an individual SOP Instance
public UpdateImageSetMetadataRequest withForce(Boolean force)
 Setting this flag will force the UpdateImageSetMetadata operation for the following attributes:
 
 Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and
 Tag.StudyID
 
Adding, removing, or updating private tags for an individual SOP Instance
force - Setting this flag will force the UpdateImageSetMetadata operation for the following
        attributes:
        
        Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID,
        and Tag.StudyID
        
Adding, removing, or updating private tags for an individual SOP Instance
public Boolean isForce()
 Setting this flag will force the UpdateImageSetMetadata operation for the following attributes:
 
 Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and
 Tag.StudyID
 
Adding, removing, or updating private tags for an individual SOP Instance
UpdateImageSetMetadata operation for the following
         attributes:
         
         Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID,
         and Tag.StudyID
         
Adding, removing, or updating private tags for an individual SOP Instance
public void setUpdateImageSetMetadataUpdates(MetadataUpdates updateImageSetMetadataUpdates)
Update image set metadata updates.
updateImageSetMetadataUpdates - Update image set metadata updates.public MetadataUpdates getUpdateImageSetMetadataUpdates()
Update image set metadata updates.
public UpdateImageSetMetadataRequest withUpdateImageSetMetadataUpdates(MetadataUpdates updateImageSetMetadataUpdates)
Update image set metadata updates.
updateImageSetMetadataUpdates - Update image set metadata updates.public String toString()
toString in class ObjectObject.toString()public UpdateImageSetMetadataRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()