@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IPAddressTypeStatus extends Object implements Serializable, Cloneable, StructuredPojo
The IP address type status for the domain.
| Constructor and Description |
|---|
IPAddressTypeStatus() |
| Modifier and Type | Method and Description |
|---|---|
IPAddressTypeStatus |
clone() |
boolean |
equals(Object obj) |
String |
getOptions()
The IP address options for the domain.
|
OptionStatus |
getStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(String options)
The IP address options for the domain.
|
void |
setStatus(OptionStatus status) |
String |
toString()
Returns a string representation of this object.
|
IPAddressTypeStatus |
withOptions(IPAddressType options)
The IP address options for the domain.
|
IPAddressTypeStatus |
withOptions(String options)
The IP address options for the domain.
|
IPAddressTypeStatus |
withStatus(OptionStatus status) |
public void setOptions(String options)
The IP address options for the domain.
options - The IP address options for the domain.IPAddressTypepublic String getOptions()
The IP address options for the domain.
IPAddressTypepublic IPAddressTypeStatus withOptions(String options)
The IP address options for the domain.
options - The IP address options for the domain.IPAddressTypepublic IPAddressTypeStatus withOptions(IPAddressType options)
The IP address options for the domain.
options - The IP address options for the domain.IPAddressTypepublic void setStatus(OptionStatus status)
status - public OptionStatus getStatus()
public IPAddressTypeStatus withStatus(OptionStatus status)
status - public String toString()
toString in class ObjectObject.toString()public IPAddressTypeStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.