@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) |
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 ObjectObject.toString()public DestinationDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.