@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestIdentityProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TestIdentityProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServerId()
A system assigned identifier for a specific server.
|
String |
getUserName()
This request parameter is name of the user account to be tested.
|
String |
getUserPassword()
The password of the user account to be tested.
|
int |
hashCode() |
void |
setServerId(String serverId)
A system assigned identifier for a specific server.
|
void |
setUserName(String userName)
This request parameter is name of the user account to be tested.
|
void |
setUserPassword(String userPassword)
The password of the user account to be tested.
|
String |
toString()
Returns a string representation of this object.
|
TestIdentityProviderRequest |
withServerId(String serverId)
A system assigned identifier for a specific server.
|
TestIdentityProviderRequest |
withUserName(String userName)
This request parameter is name of the user account to be tested.
|
TestIdentityProviderRequest |
withUserPassword(String userPassword)
The password of the user account to be tested.
|
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, withSdkRequestTimeoutpublic void setServerId(String serverId)
A system assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
serverId - A system assigned identifier for a specific server. That server's user authentication method is tested
with a user name and password.public String getServerId()
A system assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
public TestIdentityProviderRequest withServerId(String serverId)
A system assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
serverId - A system assigned identifier for a specific server. That server's user authentication method is tested
with a user name and password.public void setUserName(String userName)
This request parameter is name of the user account to be tested.
userName - This request parameter is name of the user account to be tested.public String getUserName()
This request parameter is name of the user account to be tested.
public TestIdentityProviderRequest withUserName(String userName)
This request parameter is name of the user account to be tested.
userName - This request parameter is name of the user account to be tested.public void setUserPassword(String userPassword)
The password of the user account to be tested.
userPassword - The password of the user account to be tested.public String getUserPassword()
The password of the user account to be tested.
public TestIdentityProviderRequest withUserPassword(String userPassword)
The password of the user account to be tested.
userPassword - The password of the user account to be tested.public String toString()
toString in class ObjectObject.toString()public TestIdentityProviderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.