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>
59 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
76 inline void SetPrincipalArn(
const char* value) { m_principalArnHasBeenSet =
true; m_principalArn.assign(value); }
92 inline void SetEffectiveSettings(
bool value) { m_effectiveSettingsHasBeenSet =
true; m_effectiveSettings = value; }
110 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
130 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
136 bool m_nameHasBeenSet =
false;
139 bool m_valueHasBeenSet =
false;
142 bool m_principalArnHasBeenSet =
false;
144 bool m_effectiveSettings;
145 bool m_effectiveSettingsHasBeenSet =
false;
148 bool m_nextTokenHasBeenSet =
false;
151 bool m_maxResultsHasBeenSet =
false;
bool GetEffectiveSettings() const
void SetPrincipalArn(Aws::String &&value)
void SetValue(const Aws::String &value)
ListAccountSettingsRequest & WithName(SettingName &&value)
void SetNextToken(const char *value)
const SettingName & GetName() const
void SetName(SettingName &&value)
ListAccountSettingsRequest & WithValue(Aws::String &&value)
void SetValue(Aws::String &&value)
ListAccountSettingsRequest & WithEffectiveSettings(bool value)
void SetName(const SettingName &value)
ListAccountSettingsRequest & WithValue(const Aws::String &value)
ListAccountSettingsRequest & WithPrincipalArn(Aws::String &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
ListAccountSettingsRequest & WithValue(const char *value)
void SetMaxResults(int value)
bool PrincipalArnHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
ListAccountSettingsRequest & WithPrincipalArn(const Aws::String &value)
void SetNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECS_API ListAccountSettingsRequest()
void SetNextToken(Aws::String &&value)
ListAccountSettingsRequest & WithNextToken(const char *value)
ListAccountSettingsRequest & WithName(const SettingName &value)
ListAccountSettingsRequest & WithNextToken(const Aws::String &value)
void SetEffectiveSettings(bool value)
bool NameHasBeenSet() const
void SetPrincipalArn(const Aws::String &value)
const Aws::String & GetPrincipalArn() const
ListAccountSettingsRequest & WithNextToken(Aws::String &&value)
void SetPrincipalArn(const char *value)
void SetValue(const char *value)
bool ValueHasBeenSet() const
ListAccountSettingsRequest & WithPrincipalArn(const char *value)
const Aws::String & GetValue() const
int GetMaxResults() const
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