Class StaticIp
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<StaticIp.Builder,
StaticIp>
Describes a static IP.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
arn()
The Amazon Resource Name (ARN) of the static IP (e.g.,arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).final String
The instance where the static IP is attached (e.g.,Amazon_Linux-1GB-Ohio-1
).static StaticIp.Builder
builder()
final Instant
The timestamp when the static IP was created (e.g.,1479735304.222
).final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The static IP address.final Boolean
A Boolean value indicating whether the static IP is attached.final ResourceLocation
location()
The region and Availability Zone where the static IP was created.final String
name()
The name of the static IP (e.g.,StaticIP-Ohio-EXAMPLE
).final ResourceType
The resource type (usuallyStaticIp
).final String
The resource type (usuallyStaticIp
).static Class
<? extends StaticIp.Builder> final String
The support code.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the static IP (e.g.,
StaticIP-Ohio-EXAMPLE
).- Returns:
- The name of the static IP (e.g.,
StaticIP-Ohio-EXAMPLE
).
-
arn
The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).- Returns:
- The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).
-
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.
- Returns:
- 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.
-
createdAt
The timestamp when the static IP was created (e.g.,
1479735304.222
).- Returns:
- The timestamp when the static IP was created (e.g.,
1479735304.222
).
-
location
The region and Availability Zone where the static IP was created.
- Returns:
- The region and Availability Zone where the static IP was created.
-
resourceType
The resource type (usually
StaticIp
).If the service returns an enum value that is not available in the current SDK version,
resourceType
will returnResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The resource type (usually
StaticIp
). - See Also:
-
resourceTypeAsString
The resource type (usually
StaticIp
).If the service returns an enum value that is not available in the current SDK version,
resourceType
will returnResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The resource type (usually
StaticIp
). - See Also:
-
ipAddress
The static IP address.
- Returns:
- The static IP address.
-
attachedTo
The instance where the static IP is attached (e.g.,
Amazon_Linux-1GB-Ohio-1
).- Returns:
- The instance where the static IP is attached (e.g.,
Amazon_Linux-1GB-Ohio-1
).
-
isAttached
A Boolean value indicating whether the static IP is attached.
- Returns:
- A Boolean value indicating whether the static IP is attached.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<StaticIp.Builder,
StaticIp> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-