@Generated(value="software.amazon.awssdk:codegen") public final class RemoveTagsFromOnPremisesInstancesRequest extends CodeDeployRequest implements ToCopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>
Represents the input of a RemoveTagsFromOnPremisesInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveTagsFromOnPremisesInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
instanceNames()
The names of the on-premises instances from which to remove tags.
|
List<SdkField<?>> |
sdkFields() |
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() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Tag> tags()
The tag key-value pairs to remove from the on-premises instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> instanceNames()
The names of the on-premises instances from which to remove tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public RemoveTagsFromOnPremisesInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>toBuilder in class CodeDeployRequestpublic static RemoveTagsFromOnPremisesInstancesRequest.Builder builder()
public static Class<? extends RemoveTagsFromOnPremisesInstancesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.