@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutApplicationAuthenticationMethodRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutApplicationAuthenticationMethodRequest() |
Modifier and Type | Method and Description |
---|---|
PutApplicationAuthenticationMethodRequest |
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 with the authentication method to add or update.
|
AuthenticationMethod |
getAuthenticationMethod()
Specifies a structure that describes the authentication method to add or update.
|
String |
getAuthenticationMethodType()
Specifies the type of the authentication method that you want to add or update.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application with the authentication method to add or update.
|
void |
setAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
|
void |
setAuthenticationMethodType(String authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
|
String |
toString()
Returns a string representation of this object.
|
PutApplicationAuthenticationMethodRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application with the authentication method to add or update.
|
PutApplicationAuthenticationMethodRequest |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
|
PutApplicationAuthenticationMethodRequest |
withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
|
PutApplicationAuthenticationMethodRequest |
withAuthenticationMethodType(String authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
|
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 PutApplicationAuthenticationMethodRequest()
public void setApplicationArn(String applicationArn)
Specifies the ARN of the application with the authentication method to add or update.
applicationArn
- Specifies the ARN of the application with the authentication method to add or update.public String getApplicationArn()
Specifies the ARN of the application with the authentication method to add or update.
public PutApplicationAuthenticationMethodRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application with the authentication method to add or update.
applicationArn
- Specifies the ARN of the application with the authentication method to add or update.public void setAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update. The structure type you provide
is determined by the AuthenticationMethodType
parameter.
authenticationMethod
- Specifies a structure that describes the authentication method to add or update. The structure type you
provide is determined by the AuthenticationMethodType
parameter.public AuthenticationMethod getAuthenticationMethod()
Specifies a structure that describes the authentication method to add or update. The structure type you provide
is determined by the AuthenticationMethodType
parameter.
AuthenticationMethodType
parameter.public PutApplicationAuthenticationMethodRequest withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update. The structure type you provide
is determined by the AuthenticationMethodType
parameter.
authenticationMethod
- Specifies a structure that describes the authentication method to add or update. The structure type you
provide is determined by the AuthenticationMethodType
parameter.public void setAuthenticationMethodType(String authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
authenticationMethodType
- Specifies the type of the authentication method that you want to add or update.AuthenticationMethodType
public String getAuthenticationMethodType()
Specifies the type of the authentication method that you want to add or update.
AuthenticationMethodType
public PutApplicationAuthenticationMethodRequest withAuthenticationMethodType(String authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
authenticationMethodType
- Specifies the type of the authentication method that you want to add or update.AuthenticationMethodType
public PutApplicationAuthenticationMethodRequest withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
authenticationMethodType
- Specifies the type of the authentication method that you want to add or update.AuthenticationMethodType
public String toString()
toString
in class Object
Object.toString()
public PutApplicationAuthenticationMethodRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()