@Generated(value="software.amazon.awssdk:codegen") public final class DisableSsoRequest extends DirectoryRequest implements ToCopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>
Contains the inputs for the DisableSso operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisableSsoRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisableSsoRequest.Builder |
builder() |
String |
directoryId()
The identifier of the directory for which to disable single-sign on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The password of an alternate account to use to disable single-sign on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisableSsoRequest.Builder> |
serializableBuilderClass() |
DisableSsoRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The username of an alternate account to use to disable single-sign on.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String directoryId()
The identifier of the directory for which to disable single-sign on.
public String userName()
The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public String password()
The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
public DisableSsoRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>toBuilder in class DirectoryRequestpublic static DisableSsoRequest.Builder builder()
public static Class<? extends DisableSsoRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.