@Generated(value="software.amazon.awssdk:codegen") public final class ModifyInstancePlacementResponse extends Ec2Response implements ToCopyableBuilder<ModifyInstancePlacementResponse.Builder,ModifyInstancePlacementResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyInstancePlacementResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyInstancePlacementResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
returnValue()
Is
true if the request succeeds, and an error otherwise. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyInstancePlacementResponse.Builder> |
serializableBuilderClass() |
ModifyInstancePlacementResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean returnValue()
Is true if the request succeeds, and an error otherwise.
true if the request succeeds, and an error otherwise.public ModifyInstancePlacementResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyInstancePlacementResponse.Builder,ModifyInstancePlacementResponse>toBuilder in class AwsResponsepublic static ModifyInstancePlacementResponse.Builder builder()
public static Class<? extends ModifyInstancePlacementResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.