7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/ErrorDetails.h>
9#include <aws/appstream/model/SoftwareDeploymentStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
69 template <
typename SoftwareNameT = Aws::String>
71 m_softwareNameHasBeenSet =
true;
72 m_softwareName = std::forward<SoftwareNameT>(value);
74 template <
typename SoftwareNameT = Aws::String>
88 m_statusHasBeenSet =
true;
104 template <
typename DeploymentErrorT = Aws::Vector<ErrorDetails>>
106 m_deploymentErrorHasBeenSet =
true;
107 m_deploymentError = std::forward<DeploymentErrorT>(value);
109 template <
typename DeploymentErrorT = Aws::Vector<ErrorDetails>>
114 template <
typename DeploymentErrorT = ErrorDetails>
116 m_deploymentErrorHasBeenSet =
true;
117 m_deploymentError.emplace_back(std::forward<DeploymentErrorT>(value));
127 bool m_softwareNameHasBeenSet =
false;
128 bool m_statusHasBeenSet =
false;
129 bool m_deploymentErrorHasBeenSet =
false;
SoftwareDeploymentStatus GetStatus() const
void SetStatus(SoftwareDeploymentStatus value)
bool StatusHasBeenSet() const
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSoftwareName(SoftwareNameT &&value)
AWS_APPSTREAM_API SoftwareAssociations()=default
SoftwareAssociations & WithSoftwareName(SoftwareNameT &&value)
SoftwareAssociations & AddDeploymentError(DeploymentErrorT &&value)
AWS_APPSTREAM_API SoftwareAssociations(Aws::Utils::Json::JsonView jsonValue)
SoftwareAssociations & WithDeploymentError(DeploymentErrorT &&value)
bool SoftwareNameHasBeenSet() const
SoftwareAssociations & WithStatus(SoftwareDeploymentStatus value)
const Aws::String & GetSoftwareName() const
bool DeploymentErrorHasBeenSet() const
AWS_APPSTREAM_API SoftwareAssociations & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ErrorDetails > & GetDeploymentError() const
void SetDeploymentError(DeploymentErrorT &&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