@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobVPCConnectionOverrideTags extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a list of tags to be assigned to a list of VPC connection IDs.
| Constructor and Description |
|---|
AssetBundleImportJobVPCConnectionOverrideTags() |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobVPCConnectionOverrideTags |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTags()
A list of tags for the VPC connections that you want to apply overrides to.
|
List<String> |
getVPCConnectionIds()
A list of VPC connection IDs that you want to apply overrides to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTags(Collection<Tag> tags)
A list of tags for the VPC connections that you want to apply overrides to.
|
void |
setVPCConnectionIds(Collection<String> vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobVPCConnectionOverrideTags |
withTags(Collection<Tag> tags)
A list of tags for the VPC connections that you want to apply overrides to.
|
AssetBundleImportJobVPCConnectionOverrideTags |
withTags(Tag... tags)
A list of tags for the VPC connections that you want to apply overrides to.
|
AssetBundleImportJobVPCConnectionOverrideTags |
withVPCConnectionIds(Collection<String> vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to.
|
AssetBundleImportJobVPCConnectionOverrideTags |
withVPCConnectionIds(String... vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to.
|
public AssetBundleImportJobVPCConnectionOverrideTags()
public List<String> getVPCConnectionIds()
A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC
connections in this asset bundle.
* to override
all VPC connections in this asset bundle.public void setVPCConnectionIds(Collection<String> vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC
connections in this asset bundle.
vPCConnectionIds - A list of VPC connection IDs that you want to apply overrides to. You can use * to override
all VPC connections in this asset bundle.public AssetBundleImportJobVPCConnectionOverrideTags withVPCConnectionIds(String... vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC
connections in this asset bundle.
NOTE: This method appends the values to the existing list (if any). Use
setVPCConnectionIds(java.util.Collection) or withVPCConnectionIds(java.util.Collection) if you
want to override the existing values.
vPCConnectionIds - A list of VPC connection IDs that you want to apply overrides to. You can use * to override
all VPC connections in this asset bundle.public AssetBundleImportJobVPCConnectionOverrideTags withVPCConnectionIds(Collection<String> vPCConnectionIds)
A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC
connections in this asset bundle.
vPCConnectionIds - A list of VPC connection IDs that you want to apply overrides to. You can use * to override
all VPC connections in this asset bundle.public List<Tag> getTags()
A list of tags for the VPC connections that you want to apply overrides to.
public void setTags(Collection<Tag> tags)
A list of tags for the VPC connections that you want to apply overrides to.
tags - A list of tags for the VPC connections that you want to apply overrides to.public AssetBundleImportJobVPCConnectionOverrideTags withTags(Tag... tags)
A list of tags for the VPC connections that you want to apply overrides to.
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 - A list of tags for the VPC connections that you want to apply overrides to.public AssetBundleImportJobVPCConnectionOverrideTags withTags(Collection<Tag> tags)
A list of tags for the VPC connections that you want to apply overrides to.
tags - A list of tags for the VPC connections that you want to apply overrides to.public String toString()
toString in class ObjectObject.toString()public AssetBundleImportJobVPCConnectionOverrideTags clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.