@Generated(value="software.amazon.awssdk:codegen") public final class SqsAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqsAction.Builder,SqsAction>
Describes an action to publish data to an Amazon SQS queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqsAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqsAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueUrl()
The URL of the Amazon SQS queue.
|
String |
roleArn()
The ARN of the IAM role that grants access.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqsAction.Builder> |
serializableBuilderClass() |
SqsAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useBase64()
Specifies whether to use Base64 encoding.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String roleArn()
The ARN of the IAM role that grants access.
public String queueUrl()
The URL of the Amazon SQS queue.
public Boolean useBase64()
Specifies whether to use Base64 encoding.
public SqsAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SqsAction.Builder,SqsAction>public static SqsAction.Builder builder()
public static Class<? extends SqsAction.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.