@Generated(value="software.amazon.awssdk:codegen") public final class GetOutpostInstanceTypesResponse extends OutpostsResponse implements ToCopyableBuilder<GetOutpostInstanceTypesResponse.Builder,GetOutpostInstanceTypesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOutpostInstanceTypesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOutpostInstanceTypesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceTypes()
Returns true if the InstanceTypes property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<InstanceTypeItem> |
instanceTypes()
Returns the value of the InstanceTypes property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
outpostArn()
Returns the value of the OutpostArn property for this object.
|
String |
outpostId()
Returns the value of the OutpostId property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetOutpostInstanceTypesResponse.Builder> |
serializableBuilderClass() |
GetOutpostInstanceTypesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasInstanceTypes()
public List<InstanceTypeItem> instanceTypes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInstanceTypes() to see if a value was sent in this field.
public String nextToken()
public String outpostId()
public String outpostArn()
public GetOutpostInstanceTypesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetOutpostInstanceTypesResponse.Builder,GetOutpostInstanceTypesResponse>toBuilder in class AwsResponsepublic static GetOutpostInstanceTypesResponse.Builder builder()
public static Class<? extends GetOutpostInstanceTypesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.