@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful GetInstanceProfile request.
Constructor and Description |
---|
GetInstanceProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetInstanceProfileResult |
clone() |
boolean |
equals(Object obj) |
InstanceProfile |
getInstanceProfile()
A structure containing details about the instance profile.
|
int |
hashCode() |
void |
setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
instanceProfile
- A structure containing details about the instance profile.public InstanceProfile getInstanceProfile()
A structure containing details about the instance profile.
public GetInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
instanceProfile
- A structure containing details about the instance profile.public String toString()
toString
in class Object
Object.toString()
public GetInstanceProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.