7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoTRequest.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/CertificateProviderOperation.h>
13#include <aws/iot/model/Tag.h>
41 template <
typename CertificateProv
iderNameT = Aws::String>
43 m_certificateProviderNameHasBeenSet =
true;
44 m_certificateProviderName = std::forward<CertificateProviderNameT>(value);
46 template <
typename CertificateProv
iderNameT = Aws::String>
59 template <
typename LambdaFunctionArnT = Aws::String>
61 m_lambdaFunctionArnHasBeenSet =
true;
62 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
64 template <
typename LambdaFunctionArnT = Aws::String>
78 template <
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
80 m_accountDefaultForOperationsHasBeenSet =
true;
81 m_accountDefaultForOperations = std::forward<AccountDefaultForOperationsT>(value);
83 template <
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
89 m_accountDefaultForOperationsHasBeenSet =
true;
90 m_accountDefaultForOperations.push_back(value);
103 template <
typename ClientTokenT = Aws::String>
105 m_clientTokenHasBeenSet =
true;
106 m_clientToken = std::forward<ClientTokenT>(value);
108 template <
typename ClientTokenT = Aws::String>
121 template <
typename TagsT = Aws::Vector<Tag>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Vector<Tag>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsT = Tag>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace_back(std::forward<TagsT>(value));
148 bool m_certificateProviderNameHasBeenSet =
false;
149 bool m_lambdaFunctionArnHasBeenSet =
false;
150 bool m_accountDefaultForOperationsHasBeenSet =
false;
151 bool m_clientTokenHasBeenSet =
true;
152 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
bool LambdaFunctionArnHasBeenSet() const
CreateCertificateProviderRequest & WithCertificateProviderName(CertificateProviderNameT &&value)
CreateCertificateProviderRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetCertificateProviderName() const
CreateCertificateProviderRequest & WithClientToken(ClientTokenT &&value)
AWS_IOT_API CreateCertificateProviderRequest()=default
void SetClientToken(ClientTokenT &&value)
CreateCertificateProviderRequest & WithTags(TagsT &&value)
const Aws::Vector< CertificateProviderOperation > & GetAccountDefaultForOperations() const
CreateCertificateProviderRequest & AddAccountDefaultForOperations(CertificateProviderOperation value)
void SetCertificateProviderName(CertificateProviderNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
bool CertificateProviderNameHasBeenSet() const
const Aws::String & GetLambdaFunctionArn() const
bool AccountDefaultForOperationsHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
CreateCertificateProviderRequest & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
const Aws::String & GetClientToken() const
void SetAccountDefaultForOperations(AccountDefaultForOperationsT &&value)
CreateCertificateProviderRequest & WithAccountDefaultForOperations(AccountDefaultForOperationsT &&value)
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
bool ClientTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
CertificateProviderOperation
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector