@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAttributesRequest extends EcsRequest implements ToCopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
attributes()
The attributes to delete from your resource.
|
static DeleteAttributesRequest.Builder |
builder() |
String |
cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAttributesRequest.Builder> |
serializableBuilderClass() |
DeleteAttributesRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes. If you do not specify a cluster, the default cluster is assumed.
public List<Attribute> attributes()
The attributes to delete from your resource. You can specify up to 10 attributes per request. For custom attributes, specify the attribute name and target ID, but do not specify the value. If you specify the target ID using the short form, you must also specify the target type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeleteAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>toBuilder in class EcsRequestpublic static DeleteAttributesRequest.Builder builder()
public static Class<? extends DeleteAttributesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.