com.amazonaws.services.opsworks.model
Class DescribeMyUserProfileRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by 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

Constructor Summary
DescribeMyUserProfileRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeMyUserProfileRequest

public DescribeMyUserProfileRequest()
Method Detail

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.