7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
44 template <
typename LocationRegistrationRoleT = Aws::String>
46 m_locationRegistrationRoleHasBeenSet =
true;
47 m_locationRegistrationRole = std::forward<LocationRegistrationRoleT>(value);
49 template <
typename LocationRegistrationRoleT = Aws::String>
62 return m_locationRegistrationExcludeS3Locations;
65 template <
typename LocationRegistrationExcludeS3LocationsT = Aws::Vector<Aws::String>>
67 m_locationRegistrationExcludeS3LocationsHasBeenSet =
true;
68 m_locationRegistrationExcludeS3Locations = std::forward<LocationRegistrationExcludeS3LocationsT>(value);
70 template <
typename LocationRegistrationExcludeS3LocationsT = Aws::Vector<Aws::String>>
75 template <
typename LocationRegistrationExcludeS3LocationsT = Aws::String>
77 m_locationRegistrationExcludeS3LocationsHasBeenSet =
true;
78 m_locationRegistrationExcludeS3Locations.emplace_back(std::forward<LocationRegistrationExcludeS3LocationsT>(value));
86 bool m_locationRegistrationRoleHasBeenSet =
false;
87 bool m_locationRegistrationExcludeS3LocationsHasBeenSet =
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