Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class CreateInstanceProfileResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.CreateInstanceProfileResult
All Implemented Interfaces:
Serializable

public class CreateInstanceProfileResult
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Constructor Detail

CreateInstanceProfileResult

public CreateInstanceProfileResult()
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 CreateInstanceProfileResult 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 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 © 2010 Amazon Web Services, Inc. All Rights Reserved.