@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudienceDestination extends Object implements Serializable, Cloneable, StructuredPojo
Defines the Amazon S3 bucket where the configured audience is stored.
| Constructor and Description |
|---|
AudienceDestination() |
| Modifier and Type | Method and Description |
|---|---|
AudienceDestination |
clone() |
boolean |
equals(Object obj) |
S3ConfigMap |
getS3Destination()
The Amazon S3 bucket and path for the configured audience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Destination(S3ConfigMap s3Destination)
The Amazon S3 bucket and path for the configured audience.
|
String |
toString()
Returns a string representation of this object.
|
AudienceDestination |
withS3Destination(S3ConfigMap s3Destination)
The Amazon S3 bucket and path for the configured audience.
|
public void setS3Destination(S3ConfigMap s3Destination)
The Amazon S3 bucket and path for the configured audience.
s3Destination - The Amazon S3 bucket and path for the configured audience.public S3ConfigMap getS3Destination()
The Amazon S3 bucket and path for the configured audience.
public AudienceDestination withS3Destination(S3ConfigMap s3Destination)
The Amazon S3 bucket and path for the configured audience.
s3Destination - The Amazon S3 bucket and path for the configured audience.public String toString()
toString in class ObjectObject.toString()public AudienceDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.