@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
Each step type has its own StepDetails structure.
The key/value pairs used to tag a file during the execution of a workflow step.
| Constructor and Description |
|---|
TagStepDetails() |
| Modifier and Type | Method and Description |
|---|---|
TagStepDetails |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the step, used as an identifier.
|
List<S3Tag> |
getTags()
Array that contains from 1 to 10 key/value pairs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the step, used as an identifier.
|
void |
setTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
String |
toString()
Returns a string representation of this object.
|
TagStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
TagStepDetails |
withTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails |
withTags(S3Tag... tags)
Array that contains from 1 to 10 key/value pairs.
|
public void setName(String name)
The name of the step, used as an identifier.
name - The name of the step, used as an identifier.public String getName()
The name of the step, used as an identifier.
public TagStepDetails withName(String name)
The name of the step, used as an identifier.
name - The name of the step, used as an identifier.public List<S3Tag> getTags()
Array that contains from 1 to 10 key/value pairs.
public void setTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
tags - Array that contains from 1 to 10 key/value pairs.public TagStepDetails withTags(S3Tag... tags)
Array that contains from 1 to 10 key/value pairs.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - Array that contains from 1 to 10 key/value pairs.public TagStepDetails withTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
tags - Array that contains from 1 to 10 key/value pairs.public String toString()
toString in class ObjectObject.toString()public TagStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.