@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateS3DataAccessFromS3BucketResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the response of the operation to create an S3 data access from an S3 bucket.
Constructor and Description |
---|
CreateS3DataAccessFromS3BucketResponseDetails() |
Modifier and Type | Method and Description |
---|---|
CreateS3DataAccessFromS3BucketResponseDetails |
clone() |
boolean |
equals(Object obj) |
S3DataAccessAssetSourceEntry |
getAssetSource()
Details about the asset source from an Amazon S3 bucket.
|
String |
getDataSetId()
The unique identifier for this data set.
|
String |
getRevisionId()
The unique identifier for the revision.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetSource(S3DataAccessAssetSourceEntry assetSource)
Details about the asset source from an Amazon S3 bucket.
|
void |
setDataSetId(String dataSetId)
The unique identifier for this data set.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision.
|
String |
toString()
Returns a string representation of this object.
|
CreateS3DataAccessFromS3BucketResponseDetails |
withAssetSource(S3DataAccessAssetSourceEntry assetSource)
Details about the asset source from an Amazon S3 bucket.
|
CreateS3DataAccessFromS3BucketResponseDetails |
withDataSetId(String dataSetId)
The unique identifier for this data set.
|
CreateS3DataAccessFromS3BucketResponseDetails |
withRevisionId(String revisionId)
The unique identifier for the revision.
|
public CreateS3DataAccessFromS3BucketResponseDetails()
public void setAssetSource(S3DataAccessAssetSourceEntry assetSource)
Details about the asset source from an Amazon S3 bucket.
assetSource
- Details about the asset source from an Amazon S3 bucket.public S3DataAccessAssetSourceEntry getAssetSource()
Details about the asset source from an Amazon S3 bucket.
public CreateS3DataAccessFromS3BucketResponseDetails withAssetSource(S3DataAccessAssetSourceEntry assetSource)
Details about the asset source from an Amazon S3 bucket.
assetSource
- Details about the asset source from an Amazon S3 bucket.public void setDataSetId(String dataSetId)
The unique identifier for this data set.
dataSetId
- The unique identifier for this data set.public String getDataSetId()
The unique identifier for this data set.
public CreateS3DataAccessFromS3BucketResponseDetails withDataSetId(String dataSetId)
The unique identifier for this data set.
dataSetId
- The unique identifier for this data set.public void setRevisionId(String revisionId)
The unique identifier for the revision.
revisionId
- The unique identifier for the revision.public String getRevisionId()
The unique identifier for the revision.
public CreateS3DataAccessFromS3BucketResponseDetails withRevisionId(String revisionId)
The unique identifier for the revision.
revisionId
- The unique identifier for the revision.public String toString()
toString
in class Object
Object.toString()
public CreateS3DataAccessFromS3BucketResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.