@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableSsoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the DisableSso operation.
NOOP
Constructor and Description |
---|
DisableSsoRequest() |
Modifier and Type | Method and Description |
---|---|
DisableSsoRequest |
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 disable single-sign on.
|
String |
getPassword()
The password of an alternate account to use to disable single-sign on.
|
String |
getUserName()
The username of an alternate account to use to disable single-sign on.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory for which to disable single-sign on.
|
void |
setPassword(String password)
The password of an alternate account to use to disable single-sign on.
|
void |
setUserName(String userName)
The username of an alternate account to use to disable single-sign on.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisableSsoRequest |
withDirectoryId(String directoryId)
The identifier of the directory for which to disable single-sign on.
|
DisableSsoRequest |
withPassword(String password)
The password of an alternate account to use to disable single-sign on.
|
DisableSsoRequest |
withUserName(String userName)
The username of an alternate account to use to disable single-sign on.
|
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 void setDirectoryId(String directoryId)
The identifier of the directory for which to disable single-sign on.
directoryId
- The identifier of the directory for which to disable single-sign on.public String getDirectoryId()
The identifier of the directory for which to disable single-sign on.
public DisableSsoRequest withDirectoryId(String directoryId)
The identifier of the directory for which to disable single-sign on.
directoryId
- The identifier of the directory for which to disable single-sign on.public void setUserName(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.
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.
public String getUserName()
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 DisableSsoRequest withUserName(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.
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.
public void setPassword(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.
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 String getPassword()
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 withPassword(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.
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 String toString()
toString
in class Object
Object.toString()
public DisableSsoRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.