com.amazonaws.services.opsworks.model
Class DescribeMyUserProfileRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeMyUserProfileRequest
- All Implemented Interfaces:
- Serializable
public class DescribeMyUserProfileRequest
- extends AmazonWebServiceRequest
- implements Serializable
Container for the parameters to the DescribeMyUserProfile operation
.
Describes a user's SSH information.
Required Permissions : To use this action, an IAM user must
have self-management enabled or an attached policy that explicitly
grants permissions. For more information on user permissions, see
Managing User Permissions
.
- See Also:
AWSOpsWorks.describeMyUserProfile(DescribeMyUserProfileRequest)
,
Serialized Form
DescribeMyUserProfileRequest
public DescribeMyUserProfileRequest()
toString
public String toString()
- Returns a string representation of this object; useful for testing and
debugging.
- Overrides:
toString
in class Object
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2016. All rights reserved.