@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateClientVpnTargetNetworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateClientVpnTargetNetworkResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateClientVpnTargetNetworkResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The unique ID of the target network association.
|
AssociationStatus |
getStatus()
The current state of the target network association.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The unique ID of the target network association.
|
void |
setStatus(AssociationStatus status)
The current state of the target network association.
|
String |
toString()
Returns a string representation of this object.
|
AssociateClientVpnTargetNetworkResult |
withAssociationId(String associationId)
The unique ID of the target network association.
|
AssociateClientVpnTargetNetworkResult |
withStatus(AssociationStatus status)
The current state of the target network association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AssociateClientVpnTargetNetworkResult()
public void setAssociationId(String associationId)
The unique ID of the target network association.
associationId - The unique ID of the target network association.public String getAssociationId()
The unique ID of the target network association.
public AssociateClientVpnTargetNetworkResult withAssociationId(String associationId)
The unique ID of the target network association.
associationId - The unique ID of the target network association.public void setStatus(AssociationStatus status)
The current state of the target network association.
status - The current state of the target network association.public AssociationStatus getStatus()
The current state of the target network association.
public AssociateClientVpnTargetNetworkResult withStatus(AssociationStatus status)
The current state of the target network association.
status - The current state of the target network association.public String toString()
toString in class ObjectObject.toString()public AssociateClientVpnTargetNetworkResult clone()