Class SqsAction
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.SqsAction
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SqsAction.Builder,SqsAction>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SqsAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleArn
public final String roleArn()
The ARN of the IAM role that grants access.
- Returns:
- The ARN of the IAM role that grants access.
-
queueUrl
public final String queueUrl()
The URL of the Amazon SQS queue.
- Returns:
- The URL of the Amazon SQS queue.
-
useBase64
public final Boolean useBase64()
Specifies whether to use Base64 encoding.
- Returns:
- Specifies whether to use Base64 encoding.
-
toBuilder
public SqsAction.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SqsAction.Builder,SqsAction>
-
builder
public static SqsAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends SqsAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-