@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientAuthenticationSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClientAuthenticationSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClientAuthenticationSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory for which to retrieve information.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getNextToken()
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings.
|
String |
getType()
The type of client authentication for which to retrieve information.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory for which to retrieve information.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setNextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings.
|
void |
setType(String type)
The type of client authentication for which to retrieve information.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientAuthenticationSettingsRequest |
withDirectoryId(String directoryId)
The identifier of the directory for which to retrieve information.
|
DescribeClientAuthenticationSettingsRequest |
withLimit(Integer limit)
The maximum number of items to return.
|
DescribeClientAuthenticationSettingsRequest |
withNextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings.
|
DescribeClientAuthenticationSettingsRequest |
withType(ClientAuthenticationType type)
The type of client authentication for which to retrieve information.
|
DescribeClientAuthenticationSettingsRequest |
withType(String type)
The type of client authentication for which to retrieve information.
|
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 DescribeClientAuthenticationSettingsRequest()
public void setDirectoryId(String directoryId)
The identifier of the directory for which to retrieve information.
directoryId
- The identifier of the directory for which to retrieve information.public String getDirectoryId()
The identifier of the directory for which to retrieve information.
public DescribeClientAuthenticationSettingsRequest withDirectoryId(String directoryId)
The identifier of the directory for which to retrieve information.
directoryId
- The identifier of the directory for which to retrieve information.public void setType(String type)
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
type
- The type of client authentication for which to retrieve information. If no type is specified, a list of
all client authentication types that are supported for the specified directory is retrieved.ClientAuthenticationType
public String getType()
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
ClientAuthenticationType
public DescribeClientAuthenticationSettingsRequest withType(String type)
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
type
- The type of client authentication for which to retrieve information. If no type is specified, a list of
all client authentication types that are supported for the specified directory is retrieved.ClientAuthenticationType
public DescribeClientAuthenticationSettingsRequest withType(ClientAuthenticationType type)
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
type
- The type of client authentication for which to retrieve information. If no type is specified, a list of
all client authentication types that are supported for the specified directory is retrieved.ClientAuthenticationType
public void setNextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
nextToken
- The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings. Pass null if this is the first call.public String getNextToken()
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
public DescribeClientAuthenticationSettingsRequest withNextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
nextToken
- The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings. Pass null if this is the first call.public void setLimit(Integer limit)
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit
- The maximum number of items to return. If this value is zero, the maximum number of items is specified by
the limitations of the operation.public Integer getLimit()
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
public DescribeClientAuthenticationSettingsRequest withLimit(Integer limit)
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit
- The maximum number of items to return. If this value is zero, the maximum number of items is specified by
the limitations of the operation.public String toString()
toString
in class Object
Object.toString()
public DescribeClientAuthenticationSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()