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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename ApplicableAssetTypesT = Aws::Vector<Aws::String>>
45 void SetApplicableAssetTypes(ApplicableAssetTypesT&& value) { m_applicableAssetTypesHasBeenSet =
true; m_applicableAssetTypes = std::forward<ApplicableAssetTypesT>(value); }
46 template<
typename ApplicableAssetTypesT = Aws::Vector<Aws::String>>
48 template<
typename ApplicableAssetTypesT = Aws::String>
59 template<
typename AuthorizedPrincipalsT = Aws::Vector<Aws::String>>
60 void SetAuthorizedPrincipals(AuthorizedPrincipalsT&& value) { m_authorizedPrincipalsHasBeenSet =
true; m_authorizedPrincipals = std::forward<AuthorizedPrincipalsT>(value); }
61 template<
typename AuthorizedPrincipalsT = Aws::Vector<Aws::String>>
63 template<
typename AuthorizedPrincipalsT = Aws::String>
72 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
83 template<
typename CreatedByT = Aws::String>
84 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
85 template<
typename CreatedByT = Aws::String>
95 template<
typename DomainIdT = Aws::String>
96 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
97 template<
typename DomainIdT = Aws::String>
107 template<
typename EnvironmentIdT = Aws::String>
108 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
109 template<
typename EnvironmentIdT = Aws::String>
118 template<
typename IdT = Aws::String>
119 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
120 template<
typename IdT = Aws::String>
130 template<
typename ManageAccessRoleT = Aws::String>
131 void SetManageAccessRole(ManageAccessRoleT&& value) { m_manageAccessRoleHasBeenSet =
true; m_manageAccessRole = std::forward<ManageAccessRoleT>(value); }
132 template<
typename ManageAccessRoleT = Aws::String>
142 template<
typename NameT = Aws::String>
143 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
144 template<
typename NameT = Aws::String>
154 template<
typename ProjectIdT = Aws::String>
155 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
156 template<
typename ProjectIdT = Aws::String>
166 template<
typename Prov
iderT = Aws::String>
167 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
168 template<
typename Prov
iderT = Aws::String>
178 template<
typename SubscriptionTargetConfigT = Aws::Vector<SubscriptionTargetForm>>
179 void SetSubscriptionTargetConfig(SubscriptionTargetConfigT&& value) { m_subscriptionTargetConfigHasBeenSet =
true; m_subscriptionTargetConfig = std::forward<SubscriptionTargetConfigT>(value); }
180 template<
typename SubscriptionTargetConfigT = Aws::Vector<SubscriptionTargetForm>>
182 template<
typename SubscriptionTargetConfigT = SubscriptionTargetForm>
192 template<
typename TypeT = Aws::String>
193 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
194 template<
typename TypeT = Aws::String>
203 template<
typename UpdatedAtT = Aws::Utils::DateTime>
204 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
205 template<
typename UpdatedAtT = Aws::Utils::DateTime>
214 template<
typename UpdatedByT = Aws::String>
215 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
216 template<
typename UpdatedByT = Aws::String>
223 template<
typename RequestIdT = Aws::String>
224 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
225 template<
typename RequestIdT = Aws::String>
231 bool m_applicableAssetTypesHasBeenSet =
false;
234 bool m_authorizedPrincipalsHasBeenSet =
false;
237 bool m_createdAtHasBeenSet =
false;
240 bool m_createdByHasBeenSet =
false;
243 bool m_domainIdHasBeenSet =
false;
246 bool m_environmentIdHasBeenSet =
false;
249 bool m_idHasBeenSet =
false;
252 bool m_manageAccessRoleHasBeenSet =
false;
255 bool m_nameHasBeenSet =
false;
258 bool m_projectIdHasBeenSet =
false;
261 bool m_providerHasBeenSet =
false;
264 bool m_subscriptionTargetConfigHasBeenSet =
false;
267 bool m_typeHasBeenSet =
false;
270 bool m_updatedAtHasBeenSet =
false;
273 bool m_updatedByHasBeenSet =
false;
276 bool m_requestIdHasBeenSet =
false;
UpdateSubscriptionTargetResult & AddAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
UpdateSubscriptionTargetResult & AddSubscriptionTargetConfig(SubscriptionTargetConfigT &&value)
void SetProjectId(ProjectIdT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetType() const
UpdateSubscriptionTargetResult & WithType(TypeT &&value)
AWS_DATAZONE_API UpdateSubscriptionTargetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSubscriptionTargetResult & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Vector< Aws::String > & GetApplicableAssetTypes() const
UpdateSubscriptionTargetResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetId() const
UpdateSubscriptionTargetResult & WithApplicableAssetTypes(ApplicableAssetTypesT &&value)
void SetApplicableAssetTypes(ApplicableAssetTypesT &&value)
UpdateSubscriptionTargetResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedBy(UpdatedByT &&value)
const Aws::String & GetManageAccessRole() const
UpdateSubscriptionTargetResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetCreatedBy(CreatedByT &&value)
UpdateSubscriptionTargetResult & WithName(NameT &&value)
void SetProvider(ProviderT &&value)
UpdateSubscriptionTargetResult & WithManageAccessRole(ManageAccessRoleT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
void SetDomainId(DomainIdT &&value)
void SetType(TypeT &&value)
const Aws::String & GetEnvironmentId() const
const Aws::Vector< Aws::String > & GetAuthorizedPrincipals() const
void SetManageAccessRole(ManageAccessRoleT &&value)
const Aws::String & GetProjectId() const
UpdateSubscriptionTargetResult & WithUpdatedBy(UpdatedByT &&value)
UpdateSubscriptionTargetResult & WithProvider(ProviderT &&value)
UpdateSubscriptionTargetResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API UpdateSubscriptionTargetResult()=default
const Aws::Vector< SubscriptionTargetForm > & GetSubscriptionTargetConfig() const
UpdateSubscriptionTargetResult & WithId(IdT &&value)
AWS_DATAZONE_API UpdateSubscriptionTargetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSubscriptionTargetConfig(SubscriptionTargetConfigT &&value)
const Aws::String & GetProvider() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDomainId() const
UpdateSubscriptionTargetResult & AddApplicableAssetTypes(ApplicableAssetTypesT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateSubscriptionTargetResult & WithProjectId(ProjectIdT &&value)
const Aws::String & GetRequestId() const
UpdateSubscriptionTargetResult & WithCreatedBy(CreatedByT &&value)
UpdateSubscriptionTargetResult & WithAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
void SetAuthorizedPrincipals(AuthorizedPrincipalsT &&value)
UpdateSubscriptionTargetResult & WithSubscriptionTargetConfig(SubscriptionTargetConfigT &&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