@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()
An object that contains information about your instance profile.
|
int |
hashCode() |
void |
setInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
instanceProfile
- An object that contains information about your instance profile.public InstanceProfile getInstanceProfile()
An object that contains information about your instance profile.
public CreateInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
instanceProfile
- An object that contains information about your instance profile.public String toString()
toString
in class Object
Object.toString()
public CreateInstanceProfileResult clone()