7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sts/STSRequest.h>
10#include <aws/sts/STS_EXPORTS.h>
11#include <aws/sts/model/Tag.h>
46 template <
typename AudienceT = Aws::Vector<Aws::String>>
48 m_audienceHasBeenSet =
true;
49 m_audience = std::forward<AudienceT>(value);
51 template <
typename AudienceT = Aws::Vector<Aws::String>>
56 template <
typename AudienceT = Aws::String>
58 m_audienceHasBeenSet =
true;
59 m_audience.emplace_back(std::forward<AudienceT>(value));
75 m_durationSecondsHasBeenSet =
true;
76 m_durationSeconds = value;
92 template <
typename SigningAlgorithmT = Aws::String>
94 m_signingAlgorithmHasBeenSet =
true;
95 m_signingAlgorithm = std::forward<SigningAlgorithmT>(value);
97 template <
typename SigningAlgorithmT = Aws::String>
112 template <
typename TagsT = Aws::Vector<Tag>>
114 m_tagsHasBeenSet =
true;
115 m_tags = std::forward<TagsT>(value);
117 template <
typename TagsT = Aws::Vector<Tag>>
119 SetTags(std::forward<TagsT>(value));
122 template <
typename TagsT = Tag>
124 m_tagsHasBeenSet =
true;
125 m_tags.emplace_back(std::forward<TagsT>(value));
132 int m_durationSeconds{0};
137 bool m_audienceHasBeenSet =
false;
138 bool m_durationSecondsHasBeenSet =
false;
139 bool m_signingAlgorithmHasBeenSet =
false;
140 bool m_tagsHasBeenSet =
false;
AWS_STS_API GetWebIdentityTokenRequest()=default
int GetDurationSeconds() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_STS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
GetWebIdentityTokenRequest & AddAudience(AudienceT &&value)
GetWebIdentityTokenRequest & AddTags(TagsT &&value)
bool SigningAlgorithmHasBeenSet() const
bool AudienceHasBeenSet() const
AWS_STS_API Aws::String SerializePayload() const override
void SetAudience(AudienceT &&value)
GetWebIdentityTokenRequest & WithTags(TagsT &&value)
void SetDurationSeconds(int value)
GetWebIdentityTokenRequest & WithDurationSeconds(int value)
const Aws::Vector< Aws::String > & GetAudience() const
const Aws::String & GetSigningAlgorithm() const
void SetSigningAlgorithm(SigningAlgorithmT &&value)
void SetTags(TagsT &&value)
GetWebIdentityTokenRequest & WithSigningAlgorithm(SigningAlgorithmT &&value)
virtual const char * GetServiceRequestName() const override
GetWebIdentityTokenRequest & WithAudience(AudienceT &&value)
bool DurationSecondsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector