7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/ManagedAgentName.h>
50 inline void SetContainerName(
const char* value) { m_containerNameHasBeenSet =
true; m_containerName.assign(value); }
76 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
90 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
98 bool m_containerNameHasBeenSet =
false;
101 bool m_managedAgentNameHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
107 bool m_reasonHasBeenSet =
false;
void SetReason(const Aws::String &value)
void SetManagedAgentName(const ManagedAgentName &value)
const Aws::String & GetContainerName() const
ManagedAgentStateChange & WithManagedAgentName(const ManagedAgentName &value)
void SetStatus(Aws::String &&value)
ManagedAgentStateChange & WithStatus(const char *value)
void SetStatus(const Aws::String &value)
const Aws::String & GetStatus() const
bool ManagedAgentNameHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
void SetStatus(const char *value)
ManagedAgentStateChange & WithContainerName(Aws::String &&value)
bool ReasonHasBeenSet() const
AWS_ECS_API ManagedAgentStateChange()
void SetReason(Aws::String &&value)
AWS_ECS_API ManagedAgentStateChange(Aws::Utils::Json::JsonView jsonValue)
bool ContainerNameHasBeenSet() const
ManagedAgentStateChange & WithStatus(Aws::String &&value)
void SetManagedAgentName(ManagedAgentName &&value)
ManagedAgentStateChange & WithReason(Aws::String &&value)
ManagedAgentStateChange & WithManagedAgentName(ManagedAgentName &&value)
void SetContainerName(const Aws::String &value)
ManagedAgentStateChange & WithReason(const Aws::String &value)
ManagedAgentStateChange & WithContainerName(const Aws::String &value)
void SetContainerName(const char *value)
AWS_ECS_API ManagedAgentStateChange & operator=(Aws::Utils::Json::JsonView jsonValue)
const ManagedAgentName & GetManagedAgentName() const
void SetContainerName(Aws::String &&value)
ManagedAgentStateChange & WithContainerName(const char *value)
void SetReason(const char *value)
const Aws::String & GetReason() const
ManagedAgentStateChange & WithStatus(const Aws::String &value)
ManagedAgentStateChange & WithReason(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue