@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful CreateInstanceProfile request.
| Constructor and Description | 
|---|
CreateInstanceProfileResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateInstanceProfileResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
InstanceProfile | 
getInstanceProfile()
 A structure containing details about the new instance profile. 
 | 
int | 
hashCode()  | 
void | 
setInstanceProfile(InstanceProfile instanceProfile)
 A structure containing details about the new instance profile. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateInstanceProfileResult | 
withInstanceProfile(InstanceProfile instanceProfile)
 A structure containing details about the new instance profile. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
instanceProfile - A structure containing details about the new instance profile.public InstanceProfile getInstanceProfile()
A structure containing details about the new instance profile.
public CreateInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
instanceProfile - A structure containing details about the new instance profile.public String toString()
toString in class ObjectObject.toString()public CreateInstanceProfileResult clone()