@Generated(value="software.amazon.awssdk:codegen") public final class TagResourceRequest extends SfnRequest implements ToCopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagResourceRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The list of tags to add to a resource.
|
TagResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
public List<Tag> tags()
The list of tags to add to a resource.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
public TagResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>toBuilder in class SfnRequestpublic static TagResourceRequest.Builder builder()
public static Class<? extends TagResourceRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.