7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/SubscriptionTargetForm.h>
49 template<
typename ApplicableAssetTypesT = Aws::Vector<Aws::String>>
50 void SetApplicableAssetTypes(ApplicableAssetTypesT&& value) { m_applicableAssetTypesHasBeenSet =
true; m_applicableAssetTypes = std::forward<ApplicableAssetTypesT>(value); }
51 template<
typename ApplicableAssetTypesT = Aws::Vector<Aws::String>>
53 template<
typename ApplicableAssetTypesT = Aws::String>
63 template<
typename AuthorizedPrincipalsT = Aws::Vector<Aws::String>>
64 void SetAuthorizedPrincipals(AuthorizedPrincipalsT&& value) { m_authorizedPrincipalsHasBeenSet =
true; m_authorizedPrincipals = std::forward<AuthorizedPrincipalsT>(value); }
65 template<
typename AuthorizedPrincipalsT = Aws::Vector<Aws::String>>
67 template<
typename AuthorizedPrincipalsT = Aws::String>
77 template<
typename CreatedAtT = Aws::Utils::DateTime>
78 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
79 template<
typename CreatedAtT = Aws::Utils::DateTime>
89 template<
typename CreatedByT = Aws::String>
90 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
91 template<
typename CreatedByT = Aws::String>
102 template<
typename DomainIdT = Aws::String>
103 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
104 template<
typename DomainIdT = Aws::String>
114 template<
typename EnvironmentIdT = Aws::String>
115 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
116 template<
typename EnvironmentIdT = Aws::String>
126 template<
typename IdT = Aws::String>
127 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
128 template<
typename IdT = Aws::String>
138 template<
typename ManageAccessRoleT = Aws::String>
139 void SetManageAccessRole(ManageAccessRoleT&& value) { m_manageAccessRoleHasBeenSet =
true; m_manageAccessRole = std::forward<ManageAccessRoleT>(value); }
140 template<
typename ManageAccessRoleT = Aws::String>
150 template<
typename NameT = Aws::String>
151 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
152 template<
typename NameT = Aws::String>
162 template<
typename ProjectIdT = Aws::String>
163 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
164 template<
typename ProjectIdT = Aws::String>
174 template<
typename Prov
iderT = Aws::String>
175 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
176 template<
typename Prov
iderT = Aws::String>
186 template<
typename SubscriptionTargetConfigT = Aws::Vector<SubscriptionTargetForm>>
187 void SetSubscriptionTargetConfig(SubscriptionTargetConfigT&& value) { m_subscriptionTargetConfigHasBeenSet =
true; m_subscriptionTargetConfig = std::forward<SubscriptionTargetConfigT>(value); }
188 template<
typename SubscriptionTargetConfigT = Aws::Vector<SubscriptionTargetForm>>
190 template<
typename SubscriptionTargetConfigT = SubscriptionTargetForm>
200 template<
typename TypeT = Aws::String>
201 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
202 template<
typename TypeT = Aws::String>
212 template<
typename UpdatedAtT = Aws::Utils::DateTime>
213 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
214 template<
typename UpdatedAtT = Aws::Utils::DateTime>
224 template<
typename UpdatedByT = Aws::String>
225 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
226 template<
typename UpdatedByT = Aws::String>
232 bool m_applicableAssetTypesHasBeenSet =
false;
235 bool m_authorizedPrincipalsHasBeenSet =
false;
238 bool m_createdAtHasBeenSet =
false;
241 bool m_createdByHasBeenSet =
false;
244 bool m_domainIdHasBeenSet =
false;
247 bool m_environmentIdHasBeenSet =
false;
250 bool m_idHasBeenSet =
false;
253 bool m_manageAccessRoleHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
259 bool m_projectIdHasBeenSet =
false;
262 bool m_providerHasBeenSet =
false;
265 bool m_subscriptionTargetConfigHasBeenSet =
false;
268 bool m_typeHasBeenSet =
false;
271 bool m_updatedAtHasBeenSet =
false;
274 bool m_updatedByHasBeenSet =
false;
bool SubscriptionTargetConfigHasBeenSet() const
void SetAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
void SetManageAccessRole(ManageAccessRoleT &&value)
SubscriptionTargetSummary & WithType(TypeT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
SubscriptionTargetSummary & WithSubscriptionTargetConfig(SubscriptionTargetConfigT &&value)
void SetCreatedBy(CreatedByT &&value)
SubscriptionTargetSummary & AddApplicableAssetTypes(ApplicableAssetTypesT &&value)
void SetApplicableAssetTypes(ApplicableAssetTypesT &&value)
void SetProvider(ProviderT &&value)
SubscriptionTargetSummary & WithApplicableAssetTypes(ApplicableAssetTypesT &&value)
SubscriptionTargetSummary & WithId(IdT &&value)
bool AuthorizedPrincipalsHasBeenSet() const
SubscriptionTargetSummary & WithName(NameT &&value)
const Aws::String & GetUpdatedBy() const
SubscriptionTargetSummary & WithProvider(ProviderT &&value)
const Aws::String & GetProjectId() const
bool UpdatedAtHasBeenSet() const
bool CreatedByHasBeenSet() const
SubscriptionTargetSummary & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetDomainId() const
void SetCreatedAt(CreatedAtT &&value)
bool DomainIdHasBeenSet() const
bool EnvironmentIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetApplicableAssetTypes() const
const Aws::String & GetProvider() const
bool TypeHasBeenSet() const
void SetProjectId(ProjectIdT &&value)
SubscriptionTargetSummary & WithUpdatedBy(UpdatedByT &&value)
bool ProjectIdHasBeenSet() const
AWS_DATAZONE_API SubscriptionTargetSummary(Aws::Utils::Json::JsonView jsonValue)
SubscriptionTargetSummary & WithCreatedBy(CreatedByT &&value)
bool UpdatedByHasBeenSet() const
SubscriptionTargetSummary & AddSubscriptionTargetConfig(SubscriptionTargetConfigT &&value)
const Aws::String & GetType() const
const Aws::String & GetEnvironmentId() const
const Aws::String & GetCreatedBy() const
void SetType(TypeT &&value)
SubscriptionTargetSummary & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SubscriptionTargetSummary & WithAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
const Aws::String & GetId() const
SubscriptionTargetSummary & WithManageAccessRole(ManageAccessRoleT &&value)
bool ManageAccessRoleHasBeenSet() const
bool NameHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
SubscriptionTargetSummary & WithCreatedAt(CreatedAtT &&value)
SubscriptionTargetSummary & WithUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
bool ProviderHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
AWS_DATAZONE_API SubscriptionTargetSummary()=default
const Aws::Vector< Aws::String > & GetAuthorizedPrincipals() const
void SetSubscriptionTargetConfig(SubscriptionTargetConfigT &&value)
AWS_DATAZONE_API SubscriptionTargetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ApplicableAssetTypesHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
const Aws::String & GetName() const
SubscriptionTargetSummary & WithProjectId(ProjectIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetManageAccessRole() const
bool IdHasBeenSet() const
const Aws::Vector< SubscriptionTargetForm > & GetSubscriptionTargetConfig() const
SubscriptionTargetSummary & AddAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue