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