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>
12#include <aws/crt/cbor/Cbor.h>
36 AWS_APPSTREAM_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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 SoftwareAssociations & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetSoftwareName(SoftwareNameT &&value)
AWS_APPSTREAM_API SoftwareAssociations()=default
AWS_APPSTREAM_API SoftwareAssociations(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_APPSTREAM_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
SoftwareAssociations & WithSoftwareName(SoftwareNameT &&value)
SoftwareAssociations & AddDeploymentError(DeploymentErrorT &&value)
SoftwareAssociations & WithDeploymentError(DeploymentErrorT &&value)
bool SoftwareNameHasBeenSet() const
SoftwareAssociations & WithStatus(SoftwareDeploymentStatus value)
const Aws::String & GetSoftwareName() const
bool DeploymentErrorHasBeenSet() const
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