@Generated(value="software.amazon.awssdk:codegen") public class RemoveTagsFromOnPremisesInstancesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>
Represents the input of a RemoveTagsFromOnPremisesInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static RemoveTagsFromOnPremisesInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
instanceNames()
The names of the on-premises instances from which to remove tags.
|
static Class<? extends RemoveTagsFromOnPremisesInstancesRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tag key-value pairs to remove from the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest.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 remove from the on-premises instances.
public List<String> instanceNames()
The names of the on-premises instances from which to remove tags.
public RemoveTagsFromOnPremisesInstancesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>public static RemoveTagsFromOnPremisesInstancesRequest.Builder builder()
public static Class<? extends RemoveTagsFromOnPremisesInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.