@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthenticationProfile extends Object implements Serializable, Cloneable
Describes an authentication profile.
Constructor and Description |
---|
AuthenticationProfile() |
Modifier and Type | Method and Description |
---|---|
AuthenticationProfile |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationProfileContent()
The content of the authentication profile in JSON format.
|
String |
getAuthenticationProfileName()
The name of the authentication profile.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
AuthenticationProfile |
withAuthenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
AuthenticationProfile |
withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile.
|
public void setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile.
authenticationProfileName
- The name of the authentication profile.public String getAuthenticationProfileName()
The name of the authentication profile.
public AuthenticationProfile withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile.
authenticationProfileName
- The name of the authentication profile.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 AuthenticationProfile 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 AuthenticationProfile clone()