7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LocationRegistrationExcludeS3LocationsT = Aws::Vector<Aws::String>>
50 void SetLocationRegistrationExcludeS3Locations(LocationRegistrationExcludeS3LocationsT&& value) { m_locationRegistrationExcludeS3LocationsHasBeenSet =
true; m_locationRegistrationExcludeS3Locations = std::forward<LocationRegistrationExcludeS3LocationsT>(value); }
51 template<
typename LocationRegistrationExcludeS3LocationsT = Aws::Vector<Aws::String>>
53 template<
typename LocationRegistrationExcludeS3LocationsT = Aws::String>
65 template<
typename LocationRegistrationRoleT = Aws::String>
66 void SetLocationRegistrationRole(LocationRegistrationRoleT&& value) { m_locationRegistrationRoleHasBeenSet =
true; m_locationRegistrationRole = std::forward<LocationRegistrationRoleT>(value); }
67 template<
typename LocationRegistrationRoleT = Aws::String>
73 bool m_locationRegistrationExcludeS3LocationsHasBeenSet =
false;
76 bool m_locationRegistrationRoleHasBeenSet =
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