StructuredPojo
, ToCopyableBuilder<StaticIp.Builder,StaticIp>
@Generated("software.amazon.awssdk:codegen") public class StaticIp extends Object implements StructuredPojo, ToCopyableBuilder<StaticIp.Builder,StaticIp>
Describes the static IP.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StaticIp.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-1:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE ). |
String |
attachedTo() |
The instance where the static IP is attached (e.g.,
Amazon_Linux-1GB-Virginia-1 ). |
static StaticIp.Builder |
builder() |
|
Date |
createdAt() |
The timestamp when the static IP was created (e.g.,
1479735304.222 ). |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipAddress() |
The static IP address.
|
Boolean |
isAttached() |
A Boolean value indicating whether the static IP is attached.
|
ResourceLocation |
location() |
The region and Availability Zone where the static IP was created.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the static IP (e.g.,
StaticIP-Virginia-EXAMPLE ). |
String |
resourceType() |
The resource type (usually
StaticIp ). |
static Class<? extends StaticIp.Builder> |
serializableBuilderClass() |
|
String |
supportCode() |
The support code.
|
StaticIp.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the static IP (e.g., StaticIP-Virginia-EXAMPLE
).
StaticIP-Virginia-EXAMPLE
).public String arn()
The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-1:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).
arn:aws:lightsail:us-east-1:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).public String supportCode()
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
public Date createdAt()
The timestamp when the static IP was created (e.g., 1479735304.222
).
1479735304.222
).public ResourceLocation location()
The region and Availability Zone where the static IP was created.
public String resourceType()
The resource type (usually StaticIp
).
StaticIp
).ResourceType
public String ipAddress()
The static IP address.
public String attachedTo()
The instance where the static IP is attached (e.g., Amazon_Linux-1GB-Virginia-1
).
Amazon_Linux-1GB-Virginia-1
).public Boolean isAttached()
A Boolean value indicating whether the static IP is attached.
public StaticIp.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StaticIp.Builder,StaticIp>
public static StaticIp.Builder builder()
public static Class<? extends StaticIp.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.