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