ToCopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
@Generated("software.amazon.awssdk:codegen") public class ModifyHostsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
Contains the output of ModifyHosts.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyHostsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ModifyHostsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyHostsResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
successful() |
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UnsuccessfulItem> |
unsuccessful() |
The IDs of the Dedicated Hosts that could not be modified.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> successful()
The IDs of the Dedicated Hosts that were successfully modified.
public List<UnsuccessfulItem> unsuccessful()
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
public ModifyHostsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
public static ModifyHostsResponse.Builder builder()
public static Class<? extends ModifyHostsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.