7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 bool m_descriptionHasBeenSet =
false;
112 bool m_deploymentGroupsHasBeenSet =
false;
115 bool m_firstUsedTimeHasBeenSet =
false;
118 bool m_lastUsedTimeHasBeenSet =
false;
121 bool m_registerTimeHasBeenSet =
false;
AWS_CODEDEPLOY_API GenericRevisionInfo(Aws::Utils::Json::JsonView jsonValue)
GenericRevisionInfo & WithRegisterTime(const Aws::Utils::DateTime &value)
AWS_CODEDEPLOY_API GenericRevisionInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FirstUsedTimeHasBeenSet() const
GenericRevisionInfo & WithFirstUsedTime(const Aws::Utils::DateTime &value)
bool LastUsedTimeHasBeenSet() const
void SetFirstUsedTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetRegisterTime() const
void SetRegisterTime(Aws::Utils::DateTime &&value)
void SetRegisterTime(const Aws::Utils::DateTime &value)
bool DeploymentGroupsHasBeenSet() const
bool RegisterTimeHasBeenSet() const
void SetDescription(Aws::String &&value)
void SetLastUsedTime(const Aws::Utils::DateTime &value)
GenericRevisionInfo & WithDeploymentGroups(const Aws::Vector< Aws::String > &value)
void SetDeploymentGroups(Aws::Vector< Aws::String > &&value)
GenericRevisionInfo & WithLastUsedTime(Aws::Utils::DateTime &&value)
GenericRevisionInfo & WithRegisterTime(Aws::Utils::DateTime &&value)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
GenericRevisionInfo & AddDeploymentGroups(const char *value)
GenericRevisionInfo & WithDescription(Aws::String &&value)
GenericRevisionInfo & AddDeploymentGroups(const Aws::String &value)
GenericRevisionInfo & WithFirstUsedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetDescription() const
void SetFirstUsedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetFirstUsedTime() const
AWS_CODEDEPLOY_API GenericRevisionInfo()
const Aws::Vector< Aws::String > & GetDeploymentGroups() const
void SetDeploymentGroups(const Aws::Vector< Aws::String > &value)
GenericRevisionInfo & WithLastUsedTime(const Aws::Utils::DateTime &value)
bool DescriptionHasBeenSet() const
GenericRevisionInfo & AddDeploymentGroups(Aws::String &&value)
GenericRevisionInfo & WithDeploymentGroups(Aws::Vector< Aws::String > &&value)
void SetLastUsedTime(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
const Aws::Utils::DateTime & GetLastUsedTime() const
GenericRevisionInfo & WithDescription(const char *value)
void SetDescription(const char *value)
GenericRevisionInfo & WithDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue