@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfiguredAudienceModelOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information necessary for the configure audience model output.
Constructor and Description |
---|
ConfiguredAudienceModelOutputConfig() |
Modifier and Type | Method and Description |
---|---|
ConfiguredAudienceModelOutputConfig |
clone() |
boolean |
equals(Object obj) |
AudienceDestination |
getDestination() |
String |
getRoleArn()
The ARN of the IAM role that can write the Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(AudienceDestination destination) |
void |
setRoleArn(String roleArn)
The ARN of the IAM role that can write the Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ConfiguredAudienceModelOutputConfig |
withDestination(AudienceDestination destination) |
ConfiguredAudienceModelOutputConfig |
withRoleArn(String roleArn)
The ARN of the IAM role that can write the Amazon S3 bucket.
|
public void setDestination(AudienceDestination destination)
destination
- public AudienceDestination getDestination()
public ConfiguredAudienceModelOutputConfig withDestination(AudienceDestination destination)
destination
- public void setRoleArn(String roleArn)
The ARN of the IAM role that can write the Amazon S3 bucket.
roleArn
- The ARN of the IAM role that can write the Amazon S3 bucket.public String getRoleArn()
The ARN of the IAM role that can write the Amazon S3 bucket.
public ConfiguredAudienceModelOutputConfig withRoleArn(String roleArn)
The ARN of the IAM role that can write the Amazon S3 bucket.
roleArn
- The ARN of the IAM role that can write the Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public ConfiguredAudienceModelOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.