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