@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetUserPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
ResetUserPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
|
String |
getNewPassword()
The new password that will be reset.
|
String |
getUserName()
The user name of the user whose password will be reset.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
|
void |
setNewPassword(String newPassword)
The new password that will be reset.
|
void |
setUserName(String userName)
The user name of the user whose password will be reset.
|
String |
toString()
Returns a string representation of this object.
|
ResetUserPasswordRequest |
withDirectoryId(String directoryId)
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
|
ResetUserPasswordRequest |
withNewPassword(String newPassword)
The new password that will be reset.
|
ResetUserPasswordRequest |
withUserName(String userName)
The user name of the user whose password will be reset.
|
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)
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
directoryId
- Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.public String getDirectoryId()
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
public ResetUserPasswordRequest withDirectoryId(String directoryId)
Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.
directoryId
- Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.public void setUserName(String userName)
The user name of the user whose password will be reset.
userName
- The user name of the user whose password will be reset.public String getUserName()
The user name of the user whose password will be reset.
public ResetUserPasswordRequest withUserName(String userName)
The user name of the user whose password will be reset.
userName
- The user name of the user whose password will be reset.public void setNewPassword(String newPassword)
The new password that will be reset.
newPassword
- The new password that will be reset.public String getNewPassword()
The new password that will be reset.
public ResetUserPasswordRequest withNewPassword(String newPassword)
The new password that will be reset.
newPassword
- The new password that will be reset.public String toString()
toString
in class Object
Object.toString()
public ResetUserPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()