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