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