@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.