29 lines
579 B
C++
29 lines
579 B
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#include <aws/connect/model/GetContactAttributesRequest.h>
|
|
#include <aws/core/utils/json/JsonSerializer.h>
|
|
|
|
#include <utility>
|
|
|
|
using namespace Aws::Connect::Model;
|
|
using namespace Aws::Utils::Json;
|
|
using namespace Aws::Utils;
|
|
|
|
GetContactAttributesRequest::GetContactAttributesRequest() :
|
|
m_instanceIdHasBeenSet(false),
|
|
m_initialContactIdHasBeenSet(false)
|
|
{
|
|
}
|
|
|
|
Aws::String GetContactAttributesRequest::SerializePayload() const
|
|
{
|
|
return {};
|
|
}
|
|
|
|
|
|
|
|
|