7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/PartnerType.h>
18namespace IoTWireless {
43 template <
typename PartnerAccountIdT = Aws::String>
45 m_partnerAccountIdHasBeenSet =
true;
46 m_partnerAccountId = std::forward<PartnerAccountIdT>(value);
48 template <
typename PartnerAccountIdT = Aws::String>
62 m_partnerTypeHasBeenSet =
true;
63 m_partnerType = value;
74 bool m_partnerAccountIdHasBeenSet =
false;
75 bool m_partnerTypeHasBeenSet =
false;
GetPartnerAccountRequest & WithPartnerType(PartnerType value)
AWS_IOTWIRELESS_API GetPartnerAccountRequest()=default
GetPartnerAccountRequest & WithPartnerAccountId(PartnerAccountIdT &&value)
void SetPartnerType(PartnerType value)
bool PartnerAccountIdHasBeenSet() const
const Aws::String & GetPartnerAccountId() const
bool PartnerTypeHasBeenSet() const
PartnerType GetPartnerType() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetPartnerAccountId(PartnerAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String