7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dlm/DLM_EXPORTS.h>
10#include <aws/dlm/model/CrossRegionCopyAction.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename CrossRegionCopyT = Aws::Vector<CrossRegionCopyAction>>
63 m_crossRegionCopyHasBeenSet =
true;
64 m_crossRegionCopy = std::forward<CrossRegionCopyT>(value);
66 template <
typename CrossRegionCopyT = Aws::Vector<CrossRegionCopyAction>>
71 template <
typename CrossRegionCopyT = CrossRegionCopyAction>
73 m_crossRegionCopyHasBeenSet =
true;
74 m_crossRegionCopy.emplace_back(std::forward<CrossRegionCopyT>(value));
82 bool m_nameHasBeenSet =
false;
83 bool m_crossRegionCopyHasBeenSet =
false;
const Aws::Vector< CrossRegionCopyAction > & GetCrossRegionCopy() const
bool NameHasBeenSet() const
void SetCrossRegionCopy(CrossRegionCopyT &&value)
Action & WithCrossRegionCopy(CrossRegionCopyT &&value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
Action & WithName(NameT &&value)
bool CrossRegionCopyHasBeenSet() const
AWS_DLM_API Action & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetName() const
Action & AddCrossRegionCopy(CrossRegionCopyT &&value)
AWS_DLM_API Action(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API Action()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue