7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/SoftwareAssociations.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AssociatedResourceT = Aws::String>
38 m_associatedResourceHasBeenSet =
true;
39 m_associatedResource = std::forward<AssociatedResourceT>(value);
41 template <
typename AssociatedResourceT = Aws::String>
57 template <
typename SoftwareAssociationsT = Aws::Vector<SoftwareAssociations>>
59 m_softwareAssociationsHasBeenSet =
true;
60 m_softwareAssociations = std::forward<SoftwareAssociationsT>(value);
62 template <
typename SoftwareAssociationsT = Aws::Vector<SoftwareAssociations>>
67 template <
typename SoftwareAssociationsT = SoftwareAssociations>
69 m_softwareAssociationsHasBeenSet =
true;
70 m_softwareAssociations.emplace_back(std::forward<SoftwareAssociationsT>(value));
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
96 template <
typename RequestIdT = Aws::String>
98 m_requestIdHasBeenSet =
true;
99 m_requestId = std::forward<RequestIdT>(value);
101 template <
typename RequestIdT = Aws::String>
115 bool m_associatedResourceHasBeenSet =
false;
116 bool m_softwareAssociationsHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
AWS_APPSTREAM_API DescribeSoftwareAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSoftwareAssociationsResult & WithSoftwareAssociations(SoftwareAssociationsT &&value)
DescribeSoftwareAssociationsResult & WithNextToken(NextTokenT &&value)
void SetSoftwareAssociations(SoftwareAssociationsT &&value)
AWS_APPSTREAM_API DescribeSoftwareAssociationsResult()=default
void SetNextToken(NextTokenT &&value)
AWS_APPSTREAM_API DescribeSoftwareAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
const Aws::Vector< SoftwareAssociations > & GetSoftwareAssociations() const
DescribeSoftwareAssociationsResult & WithRequestId(RequestIdT &&value)
void SetAssociatedResource(AssociatedResourceT &&value)
DescribeSoftwareAssociationsResult & WithAssociatedResource(AssociatedResourceT &&value)
void SetRequestId(RequestIdT &&value)
DescribeSoftwareAssociationsResult & AddSoftwareAssociations(SoftwareAssociationsT &&value)
const Aws::String & GetAssociatedResource() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue