@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAuthenticationMethodResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationAuthenticationMethodResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationAuthenticationMethodResult |
clone() |
boolean |
equals(Object obj) |
AuthenticationMethod |
getAuthenticationMethod()
A structure that contains details about the requested authentication method.
|
int |
hashCode() |
void |
setAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationAuthenticationMethodResult |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetApplicationAuthenticationMethodResult()
public void setAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
authenticationMethod
- A structure that contains details about the requested authentication method.public AuthenticationMethod getAuthenticationMethod()
A structure that contains details about the requested authentication method.
public GetApplicationAuthenticationMethodResult withAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
authenticationMethod
- A structure that contains details about the requested authentication method.public String toString()
toString
in class Object
Object.toString()
public GetApplicationAuthenticationMethodResult clone()