@Generated(value="software.amazon.awssdk:codegen") public class ReleaseHostsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReleaseHostsResponse.Builder,ReleaseHostsResponse>
Contains the output of ReleaseHosts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReleaseHostsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseHostsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends ReleaseHostsResponse.Builder> |
serializableBuilderClass() |
List<String> |
successful()
The IDs of the Dedicated Hosts that were successfully released.
|
ReleaseHostsResponse.Builder |
toBuilder() |
String |
toString() |
List<UnsuccessfulItem> |
unsuccessful()
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> successful()
The IDs of the Dedicated Hosts that were successfully released.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<UnsuccessfulItem> unsuccessful()
The IDs of the Dedicated Hosts that could not be released, including an error message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ReleaseHostsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReleaseHostsResponse.Builder,ReleaseHostsResponse>public static ReleaseHostsResponse.Builder builder()
public static Class<? extends ReleaseHostsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.