@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineWorkflowResourceIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
The ID for the provisioned product resources that are part of a resource group.
| Constructor and Description |
|---|
EngineWorkflowResourceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
EngineWorkflowResourceIdentifier |
clone() |
boolean |
equals(Object obj) |
UniqueTagResourceIdentifier |
getUniqueTag()
The unique key-value pair for a tag that identifies provisioned product resources.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
|
String |
toString()
Returns a string representation of this object.
|
EngineWorkflowResourceIdentifier |
withUniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
|
public void setUniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
uniqueTag - The unique key-value pair for a tag that identifies provisioned product resources.public UniqueTagResourceIdentifier getUniqueTag()
The unique key-value pair for a tag that identifies provisioned product resources.
public EngineWorkflowResourceIdentifier withUniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
uniqueTag - The unique key-value pair for a tag that identifies provisioned product resources.public String toString()
toString in class ObjectObject.toString()public EngineWorkflowResourceIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.