7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/SoftwareAssociations.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename AssociatedResourceT = Aws::String>
39 m_associatedResourceHasBeenSet =
true;
40 m_associatedResource = std::forward<AssociatedResourceT>(value);
42 template <
typename AssociatedResourceT = Aws::String>
58 template <
typename SoftwareAssociationsT = Aws::Vector<SoftwareAssociations>>
60 m_softwareAssociationsHasBeenSet =
true;
61 m_softwareAssociations = std::forward<SoftwareAssociationsT>(value);
63 template <
typename SoftwareAssociationsT = Aws::Vector<SoftwareAssociations>>
68 template <
typename SoftwareAssociationsT = SoftwareAssociations>
70 m_softwareAssociationsHasBeenSet =
true;
71 m_softwareAssociations.emplace_back(std::forward<SoftwareAssociationsT>(value));
82 template <
typename NextTokenT = Aws::String>
84 m_nextTokenHasBeenSet =
true;
85 m_nextToken = std::forward<NextTokenT>(value);
87 template <
typename NextTokenT = Aws::String>
97 template <
typename RequestIdT = Aws::String>
99 m_requestIdHasBeenSet =
true;
100 m_requestId = std::forward<RequestIdT>(value);
102 template <
typename RequestIdT = Aws::String>
119 bool m_associatedResourceHasBeenSet =
false;
120 bool m_softwareAssociationsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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