StructuredPojo
, ToCopyableBuilder<RepublishAction.Builder,RepublishAction>
@Generated("software.amazon.awssdk:codegen") public class RepublishAction extends Object implements StructuredPojo, ToCopyableBuilder<RepublishAction.Builder,RepublishAction>
Describes an action to republish to another topic.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RepublishAction.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RepublishAction.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
The ARN of the IAM role that grants access.
|
static Class<? extends RepublishAction.Builder> |
serializableBuilderClass() |
|
RepublishAction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topic() |
The name of the MQTT topic.
|
String |
toString() |
public String roleArn()
The ARN of the IAM role that grants access.
public String topic()
The name of the MQTT topic.
public RepublishAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RepublishAction.Builder,RepublishAction>
public static RepublishAction.Builder builder()
public static Class<? extends RepublishAction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.