@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdapterVersionDatasetConfig extends Object implements Serializable, Cloneable, StructuredPojo
The dataset configuration options for a given version of an adapter. Can include an Amazon S3 bucket if specified.
Constructor and Description |
---|
AdapterVersionDatasetConfig() |
Modifier and Type | Method and Description |
---|---|
AdapterVersionDatasetConfig |
clone() |
boolean |
equals(Object obj) |
S3Object |
getManifestS3Object() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestS3Object(S3Object manifestS3Object) |
String |
toString()
Returns a string representation of this object.
|
AdapterVersionDatasetConfig |
withManifestS3Object(S3Object manifestS3Object) |
public void setManifestS3Object(S3Object manifestS3Object)
manifestS3Object
- public S3Object getManifestS3Object()
public AdapterVersionDatasetConfig withManifestS3Object(S3Object manifestS3Object)
manifestS3Object
- public String toString()
toString
in class Object
Object.toString()
public AdapterVersionDatasetConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.