ToCopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
@Generated("software.amazon.awssdk:codegen") public class AllocateAddressResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
Contains the output of AllocateAddress.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AllocateAddressResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
).DomainType
public AllocateAddressResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
public static AllocateAddressResponse.Builder builder()
public static Class<? extends AllocateAddressResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.