@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientAuthenticationSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientAuthenticationSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientAuthenticationSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<ClientAuthenticationSettingInfo> |
getClientAuthenticationSettingsInfo()
Information about the type of client authentication for the specified directory.
|
String |
getNextToken()
The next token used to retrieve the client authentication settings if the number of setting types exceeds page
limit and there is another page.
|
int |
hashCode() |
void |
setClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
void |
setNextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds page
limit and there is another page.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientAuthenticationSettingsResult |
withClientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResult |
withClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResult |
withNextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds page
limit and there is another page.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeClientAuthenticationSettingsResult()
public List<ClientAuthenticationSettingInfo> getClientAuthenticationSettingsInfo()
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
public void setClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
clientAuthenticationSettingsInfo
- Information about the type of client authentication for the specified directory. The following information
is retrieved: The date and time when the status of the client authentication type was last updated,
whether the client authentication type is enabled or disabled, and the type of client authentication.public DescribeClientAuthenticationSettingsResult withClientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
NOTE: This method appends the values to the existing list (if any). Use
setClientAuthenticationSettingsInfo(java.util.Collection)
or
withClientAuthenticationSettingsInfo(java.util.Collection)
if you want to override the existing values.
clientAuthenticationSettingsInfo
- Information about the type of client authentication for the specified directory. The following information
is retrieved: The date and time when the status of the client authentication type was last updated,
whether the client authentication type is enabled or disabled, and the type of client authentication.public DescribeClientAuthenticationSettingsResult withClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
clientAuthenticationSettingsInfo
- Information about the type of client authentication for the specified directory. The following information
is retrieved: The date and time when the status of the client authentication type was last updated,
whether the client authentication type is enabled or disabled, and the type of client authentication.public void setNextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
nextToken
- The next token used to retrieve the client authentication settings if the number of setting types exceeds
page limit and there is another page.public String getNextToken()
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
public DescribeClientAuthenticationSettingsResult withNextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
nextToken
- The next token used to retrieve the client authentication settings if the number of setting types exceeds
page limit and there is another page.public String toString()
toString
in class Object
Object.toString()
public DescribeClientAuthenticationSettingsResult clone()