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