@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAuthenticationMethodRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetApplicationAuthenticationMethodRequest() |
Modifier and Type | Method and Description |
---|---|
GetApplicationAuthenticationMethodRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
Specifies the ARN of the application.
|
String |
getAuthenticationMethodType()
Specifies the type of authentication method for which you want details.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
void |
setAuthenticationMethodType(String authenticationMethodType)
Specifies the type of authentication method for which you want details.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationAuthenticationMethodRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
GetApplicationAuthenticationMethodRequest |
withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of authentication method for which you want details.
|
GetApplicationAuthenticationMethodRequest |
withAuthenticationMethodType(String authenticationMethodType)
Specifies the type of authentication method for which you want details.
|
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 GetApplicationAuthenticationMethodRequest()
public void setApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn
- Specifies the ARN of the application.public String getApplicationArn()
Specifies the ARN of the application.
public GetApplicationAuthenticationMethodRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn
- Specifies the ARN of the application.public void setAuthenticationMethodType(String authenticationMethodType)
Specifies the type of authentication method for which you want details.
authenticationMethodType
- Specifies the type of authentication method for which you want details.AuthenticationMethodType
public String getAuthenticationMethodType()
Specifies the type of authentication method for which you want details.
AuthenticationMethodType
public GetApplicationAuthenticationMethodRequest withAuthenticationMethodType(String authenticationMethodType)
Specifies the type of authentication method for which you want details.
authenticationMethodType
- Specifies the type of authentication method for which you want details.AuthenticationMethodType
public GetApplicationAuthenticationMethodRequest withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of authentication method for which you want details.
authenticationMethodType
- Specifies the type of authentication method for which you want details.AuthenticationMethodType
public String toString()
toString
in class Object
Object.toString()
public GetApplicationAuthenticationMethodRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()