7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dlm/model/Tag.h>
60 inline void SetExcludeBootVolume(
bool value) { m_excludeBootVolumeHasBeenSet =
true; m_excludeBootVolume = value; }
74 inline void SetNoReboot(
bool value) { m_noRebootHasBeenSet =
true; m_noReboot = value; }
98 bool m_excludeBootVolume;
99 bool m_excludeBootVolumeHasBeenSet =
false;
102 bool m_noRebootHasBeenSet =
false;
105 bool m_excludeDataVolumeTagsHasBeenSet =
false;
void SetExcludeDataVolumeTags(Aws::Vector< Tag > &&value)
bool ExcludeDataVolumeTagsHasBeenSet() const
Parameters & WithExcludeBootVolume(bool value)
Parameters & WithNoReboot(bool value)
bool NoRebootHasBeenSet() const
void SetNoReboot(bool value)
bool ExcludeBootVolumeHasBeenSet() const
void SetExcludeDataVolumeTags(const Aws::Vector< Tag > &value)
Parameters & WithExcludeDataVolumeTags(const Aws::Vector< Tag > &value)
const Aws::Vector< Tag > & GetExcludeDataVolumeTags() const
AWS_DLM_API Parameters(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DLM_API Parameters & operator=(Aws::Utils::Json::JsonView jsonValue)
Parameters & AddExcludeDataVolumeTags(Tag &&value)
bool GetExcludeBootVolume() const
Parameters & AddExcludeDataVolumeTags(const Tag &value)
void SetExcludeBootVolume(bool value)
Parameters & WithExcludeDataVolumeTags(Aws::Vector< Tag > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue