@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportAssetToSignedUrlRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the operation to be performed by the job.
Constructor and Description |
---|
ExportAssetToSignedUrlRequestDetails() |
Modifier and Type | Method and Description |
---|---|
ExportAssetToSignedUrlRequestDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The unique identifier for the asset that is exported to a signed URL.
|
String |
getDataSetId()
The unique identifier for the data set associated with this export job.
|
String |
getRevisionId()
The unique identifier for the revision associated with this export request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this export request.
|
String |
toString()
Returns a string representation of this object.
|
ExportAssetToSignedUrlRequestDetails |
withAssetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
|
ExportAssetToSignedUrlRequestDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetToSignedUrlRequestDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this export request.
|
public ExportAssetToSignedUrlRequestDetails()
public void setAssetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
assetId
- The unique identifier for the asset that is exported to a signed URL.public String getAssetId()
The unique identifier for the asset that is exported to a signed URL.
public ExportAssetToSignedUrlRequestDetails withAssetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
assetId
- The unique identifier for the asset that is exported to a signed URL.public void setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public String getDataSetId()
The unique identifier for the data set associated with this export job.
public ExportAssetToSignedUrlRequestDetails withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public void setRevisionId(String revisionId)
The unique identifier for the revision associated with this export request.
revisionId
- The unique identifier for the revision associated with this export request.public String getRevisionId()
The unique identifier for the revision associated with this export request.
public ExportAssetToSignedUrlRequestDetails withRevisionId(String revisionId)
The unique identifier for the revision associated with this export request.
revisionId
- The unique identifier for the revision associated with this export request.public String toString()
toString
in class Object
Object.toString()
public ExportAssetToSignedUrlRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.