@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 ObjectObject.toString()public SnsTopicSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.