7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/DeploymentType.h>
47 template<
typename CreatedAtT = Aws::String>
48 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
49 template<
typename CreatedAtT = Aws::String>
59 template<
typename DeploymentArnT = Aws::String>
60 void SetDeploymentArn(DeploymentArnT&& value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn = std::forward<DeploymentArnT>(value); }
61 template<
typename DeploymentArnT = Aws::String>
71 template<
typename DeploymentIdT = Aws::String>
72 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
73 template<
typename DeploymentIdT = Aws::String>
93 template<
typename GroupArnT = Aws::String>
94 void SetGroupArn(GroupArnT&& value) { m_groupArnHasBeenSet =
true; m_groupArn = std::forward<GroupArnT>(value); }
95 template<
typename GroupArnT = Aws::String>
101 bool m_createdAtHasBeenSet =
false;
104 bool m_deploymentArnHasBeenSet =
false;
107 bool m_deploymentIdHasBeenSet =
false;
110 bool m_deploymentTypeHasBeenSet =
false;
113 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