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