30 lines
602 B
C++
30 lines
602 B
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#include <aws/pinpoint/model/GetCampaignVersionRequest.h>
|
|
#include <aws/core/utils/json/JsonSerializer.h>
|
|
|
|
#include <utility>
|
|
|
|
using namespace Aws::Pinpoint::Model;
|
|
using namespace Aws::Utils::Json;
|
|
using namespace Aws::Utils;
|
|
|
|
GetCampaignVersionRequest::GetCampaignVersionRequest() :
|
|
m_applicationIdHasBeenSet(false),
|
|
m_campaignIdHasBeenSet(false),
|
|
m_versionHasBeenSet(false)
|
|
{
|
|
}
|
|
|
|
Aws::String GetCampaignVersionRequest::SerializePayload() const
|
|
{
|
|
return {};
|
|
}
|
|
|
|
|
|
|
|
|