@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestIdentityProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TestIdentityProviderResult() |
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The result of the authorization test as a message.
|
Integer |
getStatusCode()
The HTTP status code that is the response from your API Gateway.
|
String |
getUrl()
The endpoint of the service used to authenticate a user.
|
int |
hashCode() |
void |
setMessage(String message)
The result of the authorization test as a message.
|
void |
setStatusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
|
void |
setUrl(String url)
The endpoint of the service used to authenticate a user.
|
String |
toString()
Returns a string representation of this object.
|
TestIdentityProviderResult |
withMessage(String message)
The result of the authorization test as a message.
|
TestIdentityProviderResult |
withStatusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
|
TestIdentityProviderResult |
withUrl(String url)
The endpoint of the service used to authenticate a user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMessage(String message)
The result of the authorization test as a message.
message - The result of the authorization test as a message.public String getMessage()
The result of the authorization test as a message.
public TestIdentityProviderResult withMessage(String message)
The result of the authorization test as a message.
message - The result of the authorization test as a message.public void setStatusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
statusCode - The HTTP status code that is the response from your API Gateway.public Integer getStatusCode()
The HTTP status code that is the response from your API Gateway.
public TestIdentityProviderResult withStatusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
statusCode - The HTTP status code that is the response from your API Gateway.public void setUrl(String url)
The endpoint of the service used to authenticate a user.
url - The endpoint of the service used to authenticate a user.public String getUrl()
The endpoint of the service used to authenticate a user.
public TestIdentityProviderResult withUrl(String url)
The endpoint of the service used to authenticate a user.
url - The endpoint of the service used to authenticate a user.public String toString()
toString in class ObjectObject.toString()public TestIdentityProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.