@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 Object
Object.toString()
public ImportSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.