@Generated(value="software.amazon.awssdk:codegen") public class AddTagsToOnPremisesInstancesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AddTagsToOnPremisesInstancesRequest.Builder,AddTagsToOnPremisesInstancesRequest>
Represents the input of, and adds tags to, an on-premises instance operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddTagsToOnPremisesInstancesRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static AddTagsToOnPremisesInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
instanceNames()
The names of the on-premises instances to which to add tags.
|
static Class<? extends AddTagsToOnPremisesInstancesRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tag key-value pairs to add to the on-premises instances.
|
AddTagsToOnPremisesInstancesRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<Tag> tags()
The tag key-value pairs to add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
public List<String> instanceNames()
The names of the on-premises instances to which to add tags.
public AddTagsToOnPremisesInstancesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AddTagsToOnPremisesInstancesRequest.Builder,AddTagsToOnPremisesInstancesRequest>public static AddTagsToOnPremisesInstancesRequest.Builder builder()
public static Class<? extends AddTagsToOnPremisesInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.