7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/DeploymentType.h>
49 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
63 inline void SetDeploymentArn(
const char* value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn.assign(value); }
77 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
103 inline void SetGroupArn(
const char* value) { m_groupArnHasBeenSet =
true; m_groupArn.assign(value); }
111 bool m_createdAtHasBeenSet =
false;
114 bool m_deploymentArnHasBeenSet =
false;
117 bool m_deploymentIdHasBeenSet =
false;
120 bool m_deploymentTypeHasBeenSet =
false;
123 bool m_groupArnHasBeenSet =
false;
void SetGroupArn(const char *value)
const Aws::String & GetCreatedAt() const
Deployment & WithDeploymentType(DeploymentType &&value)
void SetGroupArn(Aws::String &&value)
bool GroupArnHasBeenSet() const
Deployment & WithDeploymentType(const DeploymentType &value)
Deployment & WithDeploymentArn(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
Deployment & WithCreatedAt(const char *value)
const Aws::String & GetGroupArn() const
const Aws::String & GetDeploymentId() const
void SetDeploymentType(DeploymentType &&value)
void SetDeploymentArn(Aws::String &&value)
bool DeploymentTypeHasBeenSet() const
bool CreatedAtHasBeenSet() const
const DeploymentType & GetDeploymentType() const
const Aws::String & GetDeploymentArn() const
Deployment & WithDeploymentId(Aws::String &&value)
void SetDeploymentType(const DeploymentType &value)
bool DeploymentArnHasBeenSet() const
Deployment & WithDeploymentId(const char *value)
void SetDeploymentId(const char *value)
void SetDeploymentArn(const Aws::String &value)
AWS_GREENGRASS_API Deployment(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(const char *value)
AWS_GREENGRASS_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
Deployment & WithCreatedAt(const Aws::String &value)
void SetCreatedAt(const Aws::String &value)
Deployment & WithDeploymentId(const Aws::String &value)
void SetDeploymentArn(const char *value)
Deployment & WithGroupArn(Aws::String &&value)
Deployment & WithDeploymentArn(const char *value)
Deployment & WithGroupArn(const Aws::String &value)
Deployment & WithDeploymentArn(Aws::String &&value)
AWS_GREENGRASS_API Deployment()
void SetDeploymentId(const Aws::String &value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
Deployment & WithGroupArn(const char *value)
Deployment & WithCreatedAt(Aws::String &&value)
void SetGroupArn(const Aws::String &value)
void SetCreatedAt(Aws::String &&value)
void SetDeploymentId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue