@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportSource extends Object implements Serializable, Cloneable, StructuredPojo
The import source.
| Constructor and Description |
|---|
ImportSource() |
| Modifier and Type | Method and Description |
|---|---|
ImportSource |
clone() |
boolean |
equals(Object obj) |
S3ImportSource |
getS3()
The source S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3(S3ImportSource s3)
The source S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ImportSource |
withS3(S3ImportSource s3)
The source S3 bucket.
|
public void setS3(S3ImportSource s3)
The source S3 bucket.
s3 - The source S3 bucket.public S3ImportSource getS3()
The source S3 bucket.
public ImportSource withS3(S3ImportSource s3)
The source S3 bucket.
s3 - The source S3 bucket.public String toString()
toString in class ObjectObject.toString()public ImportSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.