7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/AcceptedAssetScope.h>
43 template<
typename AssetScopesT = Aws::Vector<AcceptedAssetScope>>
44 void SetAssetScopes(AssetScopesT&& value) { m_assetScopesHasBeenSet =
true; m_assetScopes = std::forward<AssetScopesT>(value); }
45 template<
typename AssetScopesT = Aws::Vector<AcceptedAssetScope>>
47 template<
typename AssetScopesT = AcceptedAssetScope>
58 template<
typename DecisionCommentT = Aws::String>
59 void SetDecisionComment(DecisionCommentT&& value) { m_decisionCommentHasBeenSet =
true; m_decisionComment = std::forward<DecisionCommentT>(value); }
60 template<
typename DecisionCommentT = Aws::String>
71 template<
typename DomainIdentifierT = Aws::String>
72 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
73 template<
typename DomainIdentifierT = Aws::String>
83 template<
typename IdentifierT = Aws::String>
84 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
85 template<
typename IdentifierT = Aws::String>
91 bool m_assetScopesHasBeenSet =
false;
94 bool m_decisionCommentHasBeenSet =
false;
97 bool m_domainIdentifierHasBeenSet =
false;
100 bool m_identifierHasBeenSet =
false;
void SetDecisionComment(DecisionCommentT &&value)
void SetAssetScopes(AssetScopesT &&value)
AcceptSubscriptionRequestRequest & WithDecisionComment(DecisionCommentT &&value)
AcceptSubscriptionRequestRequest & WithAssetScopes(AssetScopesT &&value)
const Aws::String & GetIdentifier() const
AWS_DATAZONE_API AcceptSubscriptionRequestRequest()=default
bool AssetScopesHasBeenSet() const
bool DecisionCommentHasBeenSet() const
AcceptSubscriptionRequestRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool IdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AcceptSubscriptionRequestRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetDecisionComment() const
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainIdentifier() const
bool DomainIdentifierHasBeenSet() const
const Aws::Vector< AcceptedAssetScope > & GetAssetScopes() const
AcceptSubscriptionRequestRequest & AddAssetScopes(AssetScopesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector