@Generated(value="software.amazon.awssdk:codegen") public class AllocateAddressResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
Contains the output of AllocateAddress.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllocateAddressResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationId()
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in
a VPC.
|
static AllocateAddressResponse.Builder |
builder() |
String |
domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
publicIp()
The Elastic IP address.
|
static Class<? extends AllocateAddressResponse.Builder> |
serializableBuilderClass() |
AllocateAddressResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String publicIp()
The Elastic IP address.
public String allocationId()
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.
public String domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or
instances in a VPC (vpc).
standard
) or instances in a VPC (vpc).DomainTypepublic AllocateAddressResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>public static AllocateAddressResponse.Builder builder()
public static Class<? extends AllocateAddressResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.