@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateClientVpnTargetNetworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateClientVpnTargetNetworkResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateClientVpnTargetNetworkResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the target network association.
|
AssociationStatus |
getStatus()
The current state of the target network association.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The 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.
|
DisassociateClientVpnTargetNetworkResult |
withAssociationId(String associationId)
The ID of the target network association.
|
DisassociateClientVpnTargetNetworkResult |
withStatus(AssociationStatus status)
The current state of the target network association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DisassociateClientVpnTargetNetworkResult()
public void setAssociationId(String associationId)
The ID of the target network association.
associationId
- The ID of the target network association.public String getAssociationId()
The ID of the target network association.
public DisassociateClientVpnTargetNetworkResult withAssociationId(String associationId)
The ID of the target network association.
associationId
- The 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 DisassociateClientVpnTargetNetworkResult 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 Object
Object.toString()
public DisassociateClientVpnTargetNetworkResult clone()
Copyright © 2024. All rights reserved.