7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/dlm/DLM_EXPORTS.h>
9#include <aws/dlm/model/Tag.h>
55 m_excludeBootVolumeHasBeenSet =
true;
56 m_excludeBootVolume = value;
75 m_noRebootHasBeenSet =
true;
95 template <
typename ExcludeDataVolumeTagsT = Aws::Vector<Tag>>
97 m_excludeDataVolumeTagsHasBeenSet =
true;
98 m_excludeDataVolumeTags = std::forward<ExcludeDataVolumeTagsT>(value);
100 template <
typename ExcludeDataVolumeTagsT = Aws::Vector<Tag>>
105 template <
typename ExcludeDataVolumeTagsT = Tag>
107 m_excludeDataVolumeTagsHasBeenSet =
true;
108 m_excludeDataVolumeTags.emplace_back(std::forward<ExcludeDataVolumeTagsT>(value));
113 bool m_excludeBootVolume{
false};
115 bool m_noReboot{
false};
118 bool m_excludeBootVolumeHasBeenSet =
false;
119 bool m_noRebootHasBeenSet =
false;
120 bool m_excludeDataVolumeTagsHasBeenSet =
false;
bool ExcludeDataVolumeTagsHasBeenSet() const
Parameters & WithExcludeBootVolume(bool value)
AWS_DLM_API Parameters()=default
Parameters & WithNoReboot(bool value)
bool NoRebootHasBeenSet() const
void SetNoReboot(bool value)
bool ExcludeBootVolumeHasBeenSet() const
void SetExcludeDataVolumeTags(ExcludeDataVolumeTagsT &&value)
const Aws::Vector< Tag > & GetExcludeDataVolumeTags() const
Parameters & AddExcludeDataVolumeTags(ExcludeDataVolumeTagsT &&value)
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)
bool GetExcludeBootVolume() const
Parameters & WithExcludeDataVolumeTags(ExcludeDataVolumeTagsT &&value)
void SetExcludeBootVolume(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue