@Generated(value="software.amazon.awssdk:codegen") public final class RemoveAttributesActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>
An activity that removes attributes from a message.
Modifier and Type | Class and Description |
---|---|
static interface |
RemoveAttributesActivity.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
attributes()
A list of 1-50 attributes to remove from the message.
|
static RemoveAttributesActivity.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the 'removeAttributes' activity.
|
String |
next()
The next activity in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveAttributesActivity.Builder> |
serializableBuilderClass() |
RemoveAttributesActivity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'removeAttributes' activity.
public List<String> attributes()
A list of 1-50 attributes to remove from the message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String next()
The next activity in the pipeline.
public RemoveAttributesActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>
public static RemoveAttributesActivity.Builder builder()
public static Class<? extends RemoveAttributesActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.