ToCopyableBuilder<AllocateStaticIpResponse.Builder,AllocateStaticIpResponse>
@Generated("software.amazon.awssdk:codegen") public class AllocateStaticIpResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AllocateStaticIpResponse.Builder,AllocateStaticIpResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AllocateStaticIpResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AllocateStaticIpResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Operation> |
operations() |
An array of key-value pairs containing information about the static IP address you allocated.
|
static Class<? extends AllocateStaticIpResponse.Builder> |
serializableBuilderClass() |
|
AllocateStaticIpResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> operations()
An array of key-value pairs containing information about the static IP address you allocated.
public AllocateStaticIpResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AllocateStaticIpResponse.Builder,AllocateStaticIpResponse>
public static AllocateStaticIpResponse.Builder builder()
public static Class<? extends AllocateStaticIpResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.