7#include <aws/mediastore/MediaStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename ObjectGroupT = Aws::String>
54 void SetObjectGroup(ObjectGroupT&& value) { m_objectGroupHasBeenSet =
true; m_objectGroup = std::forward<ObjectGroupT>(value); }
55 template<
typename ObjectGroupT = Aws::String>
65 template<
typename ObjectGroupNameT = Aws::String>
66 void SetObjectGroupName(ObjectGroupNameT&& value) { m_objectGroupNameHasBeenSet =
true; m_objectGroupName = std::forward<ObjectGroupNameT>(value); }
67 template<
typename ObjectGroupNameT = Aws::String>
73 bool m_objectGroupHasBeenSet =
false;
76 bool m_objectGroupNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue