7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
19namespace PartnerCentralChannel {
41 template <
typename ProgramManagementAccountIdentifierT = Aws::String>
43 m_programManagementAccountIdentifierHasBeenSet =
true;
44 m_programManagementAccountIdentifier = std::forward<ProgramManagementAccountIdentifierT>(value);
46 template <
typename ProgramManagementAccountIdentifierT = Aws::String>
59 template <
typename NoteT = Aws::String>
61 m_noteHasBeenSet =
true;
62 m_note = std::forward<NoteT>(value);
64 template <
typename NoteT = Aws::String>
66 SetNote(std::forward<NoteT>(value));
74 bool m_programManagementAccountIdentifierHasBeenSet =
false;
75 bool m_noteHasBeenSet =
false;
AWS_PARTNERCENTRALCHANNEL_API RevokeServicePeriodPayload()=default
const Aws::String & GetProgramManagementAccountIdentifier() const
bool NoteHasBeenSet() const
void SetProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
RevokeServicePeriodPayload & WithProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
void SetNote(NoteT &&value)
bool ProgramManagementAccountIdentifierHasBeenSet() const
RevokeServicePeriodPayload & WithNote(NoteT &&value)
AWS_PARTNERCENTRALCHANNEL_API RevokeServicePeriodPayload(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALCHANNEL_API RevokeServicePeriodPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNote() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue