@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateInstanceProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceProfileResult |
clone() |
boolean |
equals(Object obj) |
InstanceProfile |
getInstanceProfile()
The instance profile that was created.
|
int |
hashCode() |
void |
setInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
instanceProfile - The instance profile that was created.public InstanceProfile getInstanceProfile()
The instance profile that was created.
public CreateInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
instanceProfile - The instance profile that was created.public String toString()
toString in class ObjectObject.toString()public CreateInstanceProfileResult clone()