@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnAuthorizationRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientVpnAuthorizationRulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnAuthorizationRulesResult |
clone() |
boolean |
equals(Object obj) |
List<AuthorizationRule> |
getAuthorizationRules()
Information about the authorization rules.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientVpnAuthorizationRulesResult |
withAuthorizationRules(AuthorizationRule... authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResult |
withAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeClientVpnAuthorizationRulesResult()
public List<AuthorizationRule> getAuthorizationRules()
Information about the authorization rules.
public void setAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
authorizationRules
- Information about the authorization rules.public DescribeClientVpnAuthorizationRulesResult withAuthorizationRules(AuthorizationRule... authorizationRules)
Information about the authorization rules.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizationRules(java.util.Collection)
or withAuthorizationRules(java.util.Collection)
if
you want to override the existing values.
authorizationRules
- Information about the authorization rules.public DescribeClientVpnAuthorizationRulesResult withAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
authorizationRules
- Information about the authorization rules.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeClientVpnAuthorizationRulesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeClientVpnAuthorizationRulesResult clone()