@Generated(value="software.amazon.awssdk:codegen") public final class GetAttributeValuesResponse extends PricingResponse implements ToCopyableBuilder<GetAttributeValuesResponse.Builder,GetAttributeValuesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAttributeValuesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValue> |
attributeValues()
The list of values for an attribute.
|
static GetAttributeValuesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributeValues()
Returns true if the AttributeValues property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAttributeValuesResponse.Builder> |
serializableBuilderClass() |
GetAttributeValuesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAttributeValues()
public final List<AttributeValue> attributeValues()
The list of values for an attribute. For example, Throughput Optimized HDD and
Provisioned IOPS are two available values for the AmazonEC2 volumeType.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributeValues() to see if a value was sent in this field.
Throughput Optimized HDD and
Provisioned IOPS are two available values for the AmazonEC2
volumeType.public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public GetAttributeValuesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAttributeValuesResponse.Builder,GetAttributeValuesResponse>toBuilder in class AwsResponsepublic static GetAttributeValuesResponse.Builder builder()
public static Class<? extends GetAttributeValuesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.