@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetLinkAttributesResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetLinkAttributesResponse.Builder,BatchGetLinkAttributesResponse>
Represents the output of a GetLinkAttributes response operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetLinkAttributesResponse.Builder |
Modifier and Type | Method and Description |
---|---|
List<AttributeKeyAndValue> |
attributes()
The attributes that are associated with the typed link.
|
static BatchGetLinkAttributesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetLinkAttributesResponse.Builder> |
serializableBuilderClass() |
BatchGetLinkAttributesResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<AttributeKeyAndValue> attributes()
The attributes that are associated with the typed link.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchGetLinkAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetLinkAttributesResponse.Builder,BatchGetLinkAttributesResponse>
public static BatchGetLinkAttributesResponse.Builder builder()
public static Class<? extends BatchGetLinkAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.