7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
42 template <
typename BulkDeploymentArnT = Aws::String>
44 m_bulkDeploymentArnHasBeenSet =
true;
45 m_bulkDeploymentArn = std::forward<BulkDeploymentArnT>(value);
47 template <
typename BulkDeploymentArnT = Aws::String>
60 template <
typename BulkDeploymentIdT = Aws::String>
62 m_bulkDeploymentIdHasBeenSet =
true;
63 m_bulkDeploymentId = std::forward<BulkDeploymentIdT>(value);
65 template <
typename BulkDeploymentIdT = Aws::String>
78 template <
typename CreatedAtT = Aws::String>
80 m_createdAtHasBeenSet =
true;
81 m_createdAt = std::forward<CreatedAtT>(value);
83 template <
typename CreatedAtT = Aws::String>
95 bool m_bulkDeploymentArnHasBeenSet =
false;
96 bool m_bulkDeploymentIdHasBeenSet =
false;
97 bool m_createdAtHasBeenSet =
false;
bool BulkDeploymentArnHasBeenSet() const
void SetBulkDeploymentId(BulkDeploymentIdT &&value)
const Aws::String & GetBulkDeploymentArn() const
AWS_GREENGRASS_API BulkDeployment(Aws::Utils::Json::JsonView jsonValue)
BulkDeployment & WithCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
AWS_GREENGRASS_API BulkDeployment()=default
const Aws::String & GetBulkDeploymentId() const
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASS_API BulkDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedAt() const
BulkDeployment & WithBulkDeploymentArn(BulkDeploymentArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool BulkDeploymentIdHasBeenSet() const
void SetBulkDeploymentArn(BulkDeploymentArnT &&value)
BulkDeployment & WithBulkDeploymentId(BulkDeploymentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue