@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()
A message that indicates whether the test was successful or not.
|
String |
getResponse()
The response that is returned from your API Gateway.
|
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)
A message that indicates whether the test was successful or not.
|
void |
setResponse(String response)
The response that is returned from your API Gateway.
|
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)
A message that indicates whether the test was successful or not.
|
TestIdentityProviderResult |
withResponse(String response)
The response that is returned from your API Gateway.
|
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, setSdkResponseMetadata
public void setResponse(String response)
The response that is returned from your API Gateway.
response
- The response that is returned from your API Gateway.public String getResponse()
The response that is returned from your API Gateway.
public TestIdentityProviderResult withResponse(String response)
The response that is returned from your API Gateway.
response
- The response that is returned from your API Gateway.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 setMessage(String message)
A message that indicates whether the test was successful or not.
message
- A message that indicates whether the test was successful or not.public String getMessage()
A message that indicates whether the test was successful or not.
public TestIdentityProviderResult withMessage(String message)
A message that indicates whether the test was successful or not.
message
- A message that indicates whether the test was successful or not.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 Object
Object.toString()
public TestIdentityProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.