50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 inline void SetAttachmentId(
const char* value) { m_attachmentIdHasBeenSet =
true; m_attachmentId.assign(value); }
98 inline bool GetForce()
const{
return m_force; }
103 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
112 bool m_dryRunHasBeenSet;
114 bool m_attachmentIdHasBeenSet;
116 bool m_forceHasBeenSet;
DetachNetworkInterfaceRequest & WithAttachmentId(const char *value)
void SetForce(bool value)
void SetDryRun(bool value)
const Aws::String & GetAttachmentId() const
DetachNetworkInterfaceRequest & WithAttachmentId(const Aws::String &value)
DetachNetworkInterfaceRequest & WithAttachmentId(Aws::String &&value)
void SetAttachmentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DetachNetworkInterfaceRequest & WithDryRun(bool value)
void SetAttachmentId(Aws::String &&value)
void SetAttachmentId(const char *value)
JSON (JavaScript Object Notation).
DetachNetworkInterfaceRequest & WithForce(bool value)