7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sts/STSRequest.h>
9#include <aws/sts/STS_EXPORTS.h>
42 template <
typename TradeInTokenT = Aws::String>
44 m_tradeInTokenHasBeenSet =
true;
45 m_tradeInToken = std::forward<TradeInTokenT>(value);
47 template <
typename TradeInTokenT = Aws::String>
55 bool m_tradeInTokenHasBeenSet =
false;
AWS_STS_API GetDelegatedAccessTokenRequest()=default
virtual const char * GetServiceRequestName() const override
GetDelegatedAccessTokenRequest & WithTradeInToken(TradeInTokenT &&value)
void SetTradeInToken(TradeInTokenT &&value)
bool TradeInTokenHasBeenSet() const
const Aws::String & GetTradeInToken() const
AWS_STS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_STS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String