@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConnectionAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectionAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAliasIds()
The identifiers of the connection aliases to describe.
|
Integer |
getLimit()
The maximum number of connection aliases 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. |
String |
getResourceId()
The identifier of the directory associated with the connection alias.
|
int |
hashCode() |
void |
setAliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
|
void |
setLimit(Integer limit)
The maximum number of connection aliases 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. |
void |
setResourceId(String resourceId)
The identifier of the directory associated with the connection alias.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectionAliasesRequest |
withAliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
|
DescribeConnectionAliasesRequest |
withAliasIds(String... aliasIds)
The identifiers of the connection aliases to describe.
|
DescribeConnectionAliasesRequest |
withLimit(Integer limit)
The maximum number of connection aliases to return.
|
DescribeConnectionAliasesRequest |
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. |
DescribeConnectionAliasesRequest |
withResourceId(String resourceId)
The identifier of the directory associated with the connection alias.
|
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 List<String> getAliasIds()
The identifiers of the connection aliases to describe.
public void setAliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
aliasIds
- The identifiers of the connection aliases to describe.public DescribeConnectionAliasesRequest withAliasIds(String... aliasIds)
The identifiers of the connection aliases to describe.
NOTE: This method appends the values to the existing list (if any). Use
setAliasIds(java.util.Collection)
or withAliasIds(java.util.Collection)
if you want to override
the existing values.
aliasIds
- The identifiers of the connection aliases to describe.public DescribeConnectionAliasesRequest withAliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
aliasIds
- The identifiers of the connection aliases to describe.public void setResourceId(String resourceId)
The identifier of the directory associated with the connection alias.
resourceId
- The identifier of the directory associated with the connection alias.public String getResourceId()
The identifier of the directory associated with the connection alias.
public DescribeConnectionAliasesRequest withResourceId(String resourceId)
The identifier of the directory associated with the connection alias.
resourceId
- The identifier of the directory associated with the connection alias.public void setLimit(Integer limit)
The maximum number of connection aliases to return.
limit
- The maximum number of connection aliases to return.public Integer getLimit()
The maximum number of connection aliases to return.
public DescribeConnectionAliasesRequest withLimit(Integer limit)
The maximum number of connection aliases to return.
limit
- The maximum number of connection aliases to return.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 DescribeConnectionAliasesRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeConnectionAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.