7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/model/SettingName.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ValueT = Aws::String>
56 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
57 template<
typename ValueT = Aws::String>
72 template<
typename PrincipalArnT = Aws::String>
73 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
74 template<
typename PrincipalArnT = Aws::String>
88 inline void SetEffectiveSettings(
bool value) { m_effectiveSettingsHasBeenSet =
true; m_effectiveSettings = value; }
104 template<
typename NextTokenT = Aws::String>
105 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
106 template<
typename NextTokenT = Aws::String>
124 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
130 bool m_nameHasBeenSet =
false;
133 bool m_valueHasBeenSet =
false;
136 bool m_principalArnHasBeenSet =
false;
138 bool m_effectiveSettings{
false};
139 bool m_effectiveSettingsHasBeenSet =
false;
142 bool m_nextTokenHasBeenSet =
false;
145 bool m_maxResultsHasBeenSet =
false;
bool GetEffectiveSettings() const
ListAccountSettingsRequest & WithPrincipalArn(PrincipalArnT &&value)
void SetNextToken(NextTokenT &&value)
ListAccountSettingsRequest & WithEffectiveSettings(bool value)
void SetValue(ValueT &&value)
bool NextTokenHasBeenSet() const
ListAccountSettingsRequest & WithName(SettingName value)
SettingName GetName() const
void SetPrincipalArn(PrincipalArnT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool PrincipalArnHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
void SetName(SettingName value)
ListAccountSettingsRequest & WithValue(ValueT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEffectiveSettings(bool value)
bool NameHasBeenSet() const
const Aws::String & GetPrincipalArn() const
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
ListAccountSettingsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_ECS_API ListAccountSettingsRequest()=default
bool MaxResultsHasBeenSet() const
bool EffectiveSettingsHasBeenSet() const
ListAccountSettingsRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String