@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmbeddedTag extends Object implements Serializable, Cloneable, StructuredPojo
The resource and internal ID of a resource to tag.
| Constructor and Description |
|---|
EmbeddedTag() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedTag |
clone() |
boolean |
equals(Object obj) |
String |
getInternalId()
The internal ID of a resource to tag.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of a resource to tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInternalId(String internalId)
The internal ID of a resource to tag.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of a resource to tag.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedTag |
withInternalId(String internalId)
The internal ID of a resource to tag.
|
EmbeddedTag |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of a resource to tag.
|
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of a resource to tag.
resourceArn - The Amazon Resource Name (ARN) of a resource to tag.public String getResourceArn()
The Amazon Resource Name (ARN) of a resource to tag.
public EmbeddedTag withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of a resource to tag.
resourceArn - The Amazon Resource Name (ARN) of a resource to tag.public void setInternalId(String internalId)
The internal ID of a resource to tag.
internalId - The internal ID of a resource to tag.public String getInternalId()
The internal ID of a resource to tag.
public EmbeddedTag withInternalId(String internalId)
The internal ID of a resource to tag.
internalId - The internal ID of a resource to tag.public String toString()
toString in class ObjectObject.toString()public EmbeddedTag clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.