@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionAliasPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConnectionAliasPermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectionAliasPermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
The identifier of the connection alias.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setAliasId(String aliasId)
The identifier of the connection alias.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeConnectionAliasPermissionsRequest |
withAliasId(String aliasId)
The identifier of the connection alias.
|
DescribeConnectionAliasPermissionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeConnectionAliasPermissionsRequest |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeConnectionAliasPermissionsRequest()
public void setAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public String getAliasId()
The identifier of the connection alias.
public DescribeConnectionAliasPermissionsRequest withAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeConnectionAliasPermissionsRequest withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public DescribeConnectionAliasPermissionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectionAliasPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()