@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; useful for testing and debugging.
|
CreateInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateInstanceProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.