@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuthenticationProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAuthenticationProfileResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAuthenticationProfileResult |
clone() |
boolean |
equals(Object obj) |
AuthenticationProfile |
getAuthenticationProfile()
The authentication profile object being described.
|
int |
hashCode() |
void |
setAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuthenticationProfileResult |
withAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
authenticationProfile
- The authentication profile object being described.public AuthenticationProfile getAuthenticationProfile()
The authentication profile object being described.
public DescribeAuthenticationProfileResult withAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
authenticationProfile
- The authentication profile object being described.public String toString()
toString
in class Object
Object.toString()
public DescribeAuthenticationProfileResult clone()