7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/PartnerType.h>
50 inline void SetPartnerAccountId(
const char* value) { m_partnerAccountIdHasBeenSet =
true; m_partnerAccountId.assign(value); }
70 bool m_partnerAccountIdHasBeenSet =
false;
73 bool m_partnerTypeHasBeenSet =
false;
void SetPartnerAccountId(const char *value)
void SetPartnerAccountId(const Aws::String &value)
GetPartnerAccountRequest & WithPartnerAccountId(const char *value)
AWS_IOTWIRELESS_API GetPartnerAccountRequest()
GetPartnerAccountRequest & WithPartnerAccountId(Aws::String &&value)
const PartnerType & GetPartnerType() const
bool PartnerAccountIdHasBeenSet() const
GetPartnerAccountRequest & WithPartnerType(const PartnerType &value)
void SetPartnerType(PartnerType &&value)
void SetPartnerType(const PartnerType &value)
void SetPartnerAccountId(Aws::String &&value)
const Aws::String & GetPartnerAccountId() const
GetPartnerAccountRequest & WithPartnerAccountId(const Aws::String &value)
bool PartnerTypeHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
GetPartnerAccountRequest & WithPartnerType(PartnerType &&value)
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String