Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class GetInstanceProfileResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetInstanceProfileResult

public class GetInstanceProfileResult
extends java.lang.Object

Contains the result of a successful invocation of the GetInstanceProfile action.


Constructor Summary
GetInstanceProfileResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 InstanceProfile getInstanceProfile()
          Information about the instance profile.
 int hashCode()
           
 void setInstanceProfile(InstanceProfile instanceProfile)
          Information about the instance profile.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
          Information about the instance profile.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetInstanceProfileResult

public GetInstanceProfileResult()
Method Detail

getInstanceProfile

public InstanceProfile getInstanceProfile()
Information about the instance profile.

Returns:
Information about the instance profile.

setInstanceProfile

public void setInstanceProfile(InstanceProfile instanceProfile)
Information about the instance profile.

Parameters:
instanceProfile - Information about the instance profile.

withInstanceProfile

public GetInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
Information about the instance profile.

Returns a reference to this object so that method calls can be chained together.

Parameters:
instanceProfile - Information about the instance profile.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.