7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/ViewRepresentationInput.h>
53 inline void SetIsProtected(
bool value) { m_isProtectedHasBeenSet =
true; m_isProtected = value; }
63 template<
typename DefinerT = Aws::String>
64 void SetDefiner(DefinerT&& value) { m_definerHasBeenSet =
true; m_definer = std::forward<DefinerT>(value); }
65 template<
typename DefinerT = Aws::String>
76 template<
typename RepresentationsT = Aws::Vector<ViewRepresentationInput>>
77 void SetRepresentations(RepresentationsT&& value) { m_representationsHasBeenSet =
true; m_representations = std::forward<RepresentationsT>(value); }
78 template<
typename RepresentationsT = Aws::Vector<ViewRepresentationInput>>
80 template<
typename RepresentationsT = ViewRepresentationInput>
90 template<
typename SubObjectsT = Aws::Vector<Aws::String>>
91 void SetSubObjects(SubObjectsT&& value) { m_subObjectsHasBeenSet =
true; m_subObjects = std::forward<SubObjectsT>(value); }
92 template<
typename SubObjectsT = Aws::Vector<Aws::String>>
94 template<
typename SubObjectsT = Aws::String>
99 bool m_isProtected{
false};
100 bool m_isProtectedHasBeenSet =
false;
103 bool m_definerHasBeenSet =
false;
106 bool m_representationsHasBeenSet =
false;
109 bool m_subObjectsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue