@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetLinkAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetLinkAttributes.Builder,BatchGetLinkAttributes>
Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetLinkAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
attributeNames()
A list of attribute names whose values will be retrieved.
|
static BatchGetLinkAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetLinkAttributes.Builder> |
serializableBuilderClass() |
BatchGetLinkAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TypedLinkSpecifier |
typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
copy
public TypedLinkSpecifier typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
public List<String> attributeNames()
A list of attribute names whose values will be retrieved.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchGetLinkAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetLinkAttributes.Builder,BatchGetLinkAttributes>
public static BatchGetLinkAttributes.Builder builder()
public static Class<? extends BatchGetLinkAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.