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