AWS SDK for C++

AWS SDK for C++ Version 1.11.714

Loading...
Searching...
No Matches
RegistrantVerificationResponse.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PartnerCentralAccount {
21namespace Model {
22
31 public:
32 AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse() = default;
33 AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetCompletionUrl() const { return m_completionUrl; }
44 inline bool CompletionUrlHasBeenSet() const { return m_completionUrlHasBeenSet; }
45 template <typename CompletionUrlT = Aws::String>
46 void SetCompletionUrl(CompletionUrlT&& value) {
47 m_completionUrlHasBeenSet = true;
48 m_completionUrl = std::forward<CompletionUrlT>(value);
49 }
50 template <typename CompletionUrlT = Aws::String>
52 SetCompletionUrl(std::forward<CompletionUrlT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::Utils::DateTime& GetCompletionUrlExpiresAt() const { return m_completionUrlExpiresAt; }
63 inline bool CompletionUrlExpiresAtHasBeenSet() const { return m_completionUrlExpiresAtHasBeenSet; }
64 template <typename CompletionUrlExpiresAtT = Aws::Utils::DateTime>
65 void SetCompletionUrlExpiresAt(CompletionUrlExpiresAtT&& value) {
66 m_completionUrlExpiresAtHasBeenSet = true;
67 m_completionUrlExpiresAt = std::forward<CompletionUrlExpiresAtT>(value);
68 }
69 template <typename CompletionUrlExpiresAtT = Aws::Utils::DateTime>
71 SetCompletionUrlExpiresAt(std::forward<CompletionUrlExpiresAtT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_completionUrl;
77
78 Aws::Utils::DateTime m_completionUrlExpiresAt{};
79 bool m_completionUrlHasBeenSet = false;
80 bool m_completionUrlExpiresAtHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace PartnerCentralAccount
85} // namespace Aws
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
RegistrantVerificationResponse & WithCompletionUrlExpiresAt(CompletionUrlExpiresAtT &&value)
AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse(Aws::Utils::Json::JsonView jsonValue)
RegistrantVerificationResponse & WithCompletionUrl(CompletionUrlT &&value)
AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse()=default
AWS_PARTNERCENTRALACCOUNT_API RegistrantVerificationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue