7#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8#include <aws/cloudcontrol/CloudControlApiRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudControlApi
43 template<
typename TypeNameT = Aws::String>
44 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
45 template<
typename TypeNameT = Aws::String>
57 template<
typename TypeVersionIdT = Aws::String>
58 void SetTypeVersionId(TypeVersionIdT&& value) { m_typeVersionIdHasBeenSet =
true; m_typeVersionId = std::forward<TypeVersionIdT>(value); }
59 template<
typename TypeVersionIdT = Aws::String>
81 template<
typename RoleArnT = Aws::String>
82 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
83 template<
typename RoleArnT = Aws::String>
98 template<
typename NextTokenT = Aws::String>
99 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
100 template<
typename NextTokenT = Aws::String>
110 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
120 template<
typename ResourceModelT = Aws::String>
121 void SetResourceModel(ResourceModelT&& value) { m_resourceModelHasBeenSet =
true; m_resourceModel = std::forward<ResourceModelT>(value); }
122 template<
typename ResourceModelT = Aws::String>
128 bool m_typeNameHasBeenSet =
false;
131 bool m_typeVersionIdHasBeenSet =
false;
134 bool m_roleArnHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
143 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