@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAuthenticationProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAuthenticationProfileResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAuthenticationProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationProfileName()
The name of the authentication profile that was deleted.
|
int |
hashCode() |
void |
setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAuthenticationProfileResult |
withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was deleted.
authenticationProfileName
- The name of the authentication profile that was deleted.public String getAuthenticationProfileName()
The name of the authentication profile that was deleted.
public DeleteAuthenticationProfileResult withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was deleted.
authenticationProfileName
- The name of the authentication profile that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteAuthenticationProfileResult clone()