7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/DeploymentType.h>
41 template <
typename CreatedAtT = Aws::String>
43 m_createdAtHasBeenSet =
true;
44 m_createdAt = std::forward<CreatedAtT>(value);
46 template <
typename CreatedAtT = Aws::String>
59 template <
typename DeploymentArnT = Aws::String>
61 m_deploymentArnHasBeenSet =
true;
62 m_deploymentArn = std::forward<DeploymentArnT>(value);
64 template <
typename DeploymentArnT = Aws::String>
77 template <
typename DeploymentIdT = Aws::String>
79 m_deploymentIdHasBeenSet =
true;
80 m_deploymentId = std::forward<DeploymentIdT>(value);
82 template <
typename DeploymentIdT = Aws::String>
96 m_deploymentTypeHasBeenSet =
true;
97 m_deploymentType = value;
111 template <
typename GroupArnT = Aws::String>
113 m_groupArnHasBeenSet =
true;
114 m_groupArn = std::forward<GroupArnT>(value);
116 template <
typename GroupArnT = Aws::String>
132 bool m_createdAtHasBeenSet =
false;
133 bool m_deploymentArnHasBeenSet =
false;
134 bool m_deploymentIdHasBeenSet =
false;
135 bool m_deploymentTypeHasBeenSet =
false;
136 bool m_groupArnHasBeenSet =
false;
const Aws::String & GetCreatedAt() const
bool GroupArnHasBeenSet() const
Deployment & WithDeploymentId(DeploymentIdT &&value)
bool DeploymentIdHasBeenSet() const
const Aws::String & GetGroupArn() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDeploymentId() const
bool DeploymentTypeHasBeenSet() const
bool CreatedAtHasBeenSet() const
Deployment & WithDeploymentType(DeploymentType value)
Deployment & WithGroupArn(GroupArnT &&value)
const Aws::String & GetDeploymentArn() const
DeploymentType GetDeploymentType() const
bool DeploymentArnHasBeenSet() const
AWS_GREENGRASS_API Deployment(Aws::Utils::Json::JsonView jsonValue)
void SetGroupArn(GroupArnT &&value)
AWS_GREENGRASS_API Deployment()=default
AWS_GREENGRASS_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentArn(DeploymentArnT &&value)
void SetDeploymentType(DeploymentType value)
Deployment & WithDeploymentArn(DeploymentArnT &&value)
Deployment & WithCreatedAt(CreatedAtT &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeploymentId(DeploymentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue