@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnsTopicSinkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration settings for the SNS topic sink.
Constructor and Description |
---|
SnsTopicSinkConfiguration() |
Modifier and Type | Method and Description |
---|---|
SnsTopicSinkConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInsightsTarget()
The ARN of the SNS sink.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInsightsTarget(String insightsTarget)
The ARN of the SNS sink.
|
String |
toString()
Returns a string representation of this object.
|
SnsTopicSinkConfiguration |
withInsightsTarget(String insightsTarget)
The ARN of the SNS sink.
|
public void setInsightsTarget(String insightsTarget)
The ARN of the SNS sink.
insightsTarget
- The ARN of the SNS sink.public String getInsightsTarget()
The ARN of the SNS sink.
public SnsTopicSinkConfiguration withInsightsTarget(String insightsTarget)
The ARN of the SNS sink.
insightsTarget
- The ARN of the SNS sink.public String toString()
toString
in class Object
Object.toString()
public SnsTopicSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.