@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyAuthenticationProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyAuthenticationProfileRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyAuthenticationProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationProfileContent()
The new content of the authentication profile in JSON format.
|
String |
getAuthenticationProfileName()
The name of the authentication profile to replace.
|
int |
hashCode() |
void |
setAuthenticationProfileContent(String authenticationProfileContent)
The new content of the authentication profile in JSON format.
|
void |
setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to replace.
|
String |
toString()
Returns a string representation of this object.
|
ModifyAuthenticationProfileRequest |
withAuthenticationProfileContent(String authenticationProfileContent)
The new content of the authentication profile in JSON format.
|
ModifyAuthenticationProfileRequest |
withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to replace.
|
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 void setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to replace.
authenticationProfileName
- The name of the authentication profile to replace.public String getAuthenticationProfileName()
The name of the authentication profile to replace.
public ModifyAuthenticationProfileRequest withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to replace.
authenticationProfileName
- The name of the authentication profile to replace.public void setAuthenticationProfileContent(String authenticationProfileContent)
The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
authenticationProfileContent
- The new content of the authentication profile in JSON format. The maximum length of the JSON string is
determined by a quota for your account.public String getAuthenticationProfileContent()
The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
public ModifyAuthenticationProfileRequest withAuthenticationProfileContent(String authenticationProfileContent)
The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
authenticationProfileContent
- The new content of the authentication profile in JSON format. The maximum length of the JSON string is
determined by a quota for your account.public String toString()
toString
in class Object
Object.toString()
public ModifyAuthenticationProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()