7#include <aws/cloudcontrol/CloudControlApiRequest.h>
8#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudControlApi {
39 template <
typename TypeNameT = Aws::String>
41 m_typeNameHasBeenSet =
true;
42 m_typeName = std::forward<TypeNameT>(value);
44 template <
typename TypeNameT = Aws::String>
59 template <
typename TypeVersionIdT = Aws::String>
61 m_typeVersionIdHasBeenSet =
true;
62 m_typeVersionId = std::forward<TypeVersionIdT>(value);
64 template <
typename TypeVersionIdT = Aws::String>
89 template <
typename RoleArnT = Aws::String>
91 m_roleArnHasBeenSet =
true;
92 m_roleArn = std::forward<RoleArnT>(value);
94 template <
typename RoleArnT = Aws::String>
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
131 m_maxResultsHasBeenSet =
true;
132 m_maxResults = value;
146 template <
typename ResourceModelT = Aws::String>
148 m_resourceModelHasBeenSet =
true;
149 m_resourceModel = std::forward<ResourceModelT>(value);
151 template <
typename ResourceModelT = Aws::String>
169 bool m_typeNameHasBeenSet =
false;
170 bool m_typeVersionIdHasBeenSet =
false;
171 bool m_roleArnHasBeenSet =
false;
172 bool m_nextTokenHasBeenSet =
false;
173 bool m_maxResultsHasBeenSet =
false;
174 bool m_resourceModelHasBeenSet =
false;
void SetMaxResults(int value)
void SetTypeVersionId(TypeVersionIdT &&value)
bool MaxResultsHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::String & GetTypeName() const
void SetResourceModel(ResourceModelT &&value)
AWS_CLOUDCONTROLAPI_API Aws::String SerializePayload() const override
const Aws::String & GetRoleArn() const
void SetNextToken(NextTokenT &&value)
AWS_CLOUDCONTROLAPI_API ListResourcesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetTypeName(TypeNameT &&value)
bool TypeVersionIdHasBeenSet() const
bool ResourceModelHasBeenSet() const
ListResourcesRequest & WithNextToken(NextTokenT &&value)
ListResourcesRequest & WithRoleArn(RoleArnT &&value)
bool TypeNameHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
ListResourcesRequest & WithResourceModel(ResourceModelT &&value)
ListResourcesRequest & WithTypeVersionId(TypeVersionIdT &&value)
int GetMaxResults() const
const Aws::String & GetResourceModel() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_CLOUDCONTROLAPI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListResourcesRequest & WithTypeName(TypeNameT &&value)
const Aws::String & GetTypeVersionId() const
ListResourcesRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String