@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizeClientVpnIngressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AuthorizeClientVpnIngressResult() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeClientVpnIngressResult |
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.
|
AuthorizeClientVpnIngressResult |
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 AuthorizeClientVpnIngressResult 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 AuthorizeClientVpnIngressResult clone()