7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 m_requestedTaskCountHasBeenSet =
true;
61 m_requestedTaskCount = value;
76 m_runningTaskCountHasBeenSet =
true;
77 m_runningTaskCount = value;
92 m_pendingTaskCountHasBeenSet =
true;
93 m_pendingTaskCount = value;
103 int m_requestedTaskCount{0};
105 int m_runningTaskCount{0};
107 int m_pendingTaskCount{0};
108 bool m_arnHasBeenSet =
false;
109 bool m_requestedTaskCountHasBeenSet =
false;
110 bool m_runningTaskCountHasBeenSet =
false;
111 bool m_pendingTaskCountHasBeenSet =
false;
int GetRunningTaskCount() const
bool PendingTaskCountHasBeenSet() const
ServiceCurrentRevisionSummary & WithRequestedTaskCount(int value)
void SetRequestedTaskCount(int value)
void SetArn(ArnT &&value)
ServiceCurrentRevisionSummary & WithRunningTaskCount(int value)
bool RunningTaskCountHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API ServiceCurrentRevisionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API ServiceCurrentRevisionSummary(Aws::Utils::Json::JsonView jsonValue)
bool RequestedTaskCountHasBeenSet() const
AWS_ECS_API ServiceCurrentRevisionSummary()=default
int GetRequestedTaskCount() const
const Aws::String & GetArn() const
ServiceCurrentRevisionSummary & WithPendingTaskCount(int value)
void SetRunningTaskCount(int value)
void SetPendingTaskCount(int value)
ServiceCurrentRevisionSummary & WithArn(ArnT &&value)
int GetPendingTaskCount() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue