7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
44 template<
typename CertificateIdT = Aws::String>
45 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
46 template<
typename CertificateIdT = Aws::String>
58 template<
typename ActiveDateT = Aws::Utils::DateTime>
59 void SetActiveDate(ActiveDateT&& value) { m_activeDateHasBeenSet =
true; m_activeDate = std::forward<ActiveDateT>(value); }
60 template<
typename ActiveDateT = Aws::Utils::DateTime>
72 template<
typename InactiveDateT = Aws::Utils::DateTime>
73 void SetInactiveDate(InactiveDateT&& value) { m_inactiveDateHasBeenSet =
true; m_inactiveDate = std::forward<InactiveDateT>(value); }
74 template<
typename InactiveDateT = Aws::Utils::DateTime>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
92 bool m_certificateIdHasBeenSet =
false;
95 bool m_activeDateHasBeenSet =
false;
98 bool m_inactiveDateHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
UpdateCertificateRequest & WithActiveDate(ActiveDateT &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
const Aws::String & GetCertificateId() const
void SetActiveDate(ActiveDateT &&value)
void SetInactiveDate(InactiveDateT &&value)
UpdateCertificateRequest & WithInactiveDate(InactiveDateT &&value)
void SetCertificateId(CertificateIdT &&value)
bool ActiveDateHasBeenSet() const
bool CertificateIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateCertificateRequest & WithDescription(DescriptionT &&value)
UpdateCertificateRequest & WithCertificateId(CertificateIdT &&value)
AWS_TRANSFER_API UpdateCertificateRequest()=default
bool InactiveDateHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetActiveDate() const
const Aws::Utils::DateTime & GetInactiveDate() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String