13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
#define AWS_CODEDEPLOY_API
void SetDeploymentId(const char *value)
AWS_CODEDEPLOY_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentId(const Aws::String &value)
void SetDeploymentId(Aws::String &&value)
AWS_CODEDEPLOY_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentResult & WithDeploymentId(const char *value)
CreateDeploymentResult & WithDeploymentId(Aws::String &&value)
AWS_CODEDEPLOY_API CreateDeploymentResult()
CreateDeploymentResult & WithDeploymentId(const Aws::String &value)
const Aws::String & GetDeploymentId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String