7#include <aws/AWSMigrationHub/MigrationHubRequest.h>
8#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
9#include <aws/AWSMigrationHub/model/ResourceAttribute.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace MigrationHub {
41 template <
typename ProgressUpdateStreamT = Aws::String>
43 m_progressUpdateStreamHasBeenSet =
true;
44 m_progressUpdateStream = std::forward<ProgressUpdateStreamT>(value);
46 template <
typename ProgressUpdateStreamT = Aws::String>
60 template <
typename MigrationTaskNameT = Aws::String>
62 m_migrationTaskNameHasBeenSet =
true;
63 m_migrationTaskName = std::forward<MigrationTaskNameT>(value);
65 template <
typename MigrationTaskNameT = Aws::String>
96 template <
typename ResourceAttributeListT = Aws::Vector<ResourceAttribute>>
98 m_resourceAttributeListHasBeenSet =
true;
99 m_resourceAttributeList = std::forward<ResourceAttributeListT>(value);
101 template <
typename ResourceAttributeListT = Aws::Vector<ResourceAttribute>>
106 template <
typename ResourceAttributeListT = ResourceAttribute>
108 m_resourceAttributeListHasBeenSet =
true;
109 m_resourceAttributeList.emplace_back(std::forward<ResourceAttributeListT>(value));
122 m_dryRunHasBeenSet =
true;
137 bool m_dryRun{
false};
138 bool m_progressUpdateStreamHasBeenSet =
false;
139 bool m_migrationTaskNameHasBeenSet =
false;
140 bool m_resourceAttributeListHasBeenSet =
false;
141 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetMigrationTaskName() const
bool ProgressUpdateStreamHasBeenSet() const
PutResourceAttributesRequest & WithMigrationTaskName(MigrationTaskNameT &&value)
const Aws::Vector< ResourceAttribute > & GetResourceAttributeList() const
AWS_MIGRATIONHUB_API PutResourceAttributesRequest()=default
AWS_MIGRATIONHUB_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
void SetProgressUpdateStream(ProgressUpdateStreamT &&value)
PutResourceAttributesRequest & WithResourceAttributeList(ResourceAttributeListT &&value)
bool MigrationTaskNameHasBeenSet() const
PutResourceAttributesRequest & AddResourceAttributeList(ResourceAttributeListT &&value)
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProgressUpdateStream() const
PutResourceAttributesRequest & WithDryRun(bool value)
void SetMigrationTaskName(MigrationTaskNameT &&value)
void SetResourceAttributeList(ResourceAttributeListT &&value)
bool ResourceAttributeListHasBeenSet() const
PutResourceAttributesRequest & WithProgressUpdateStream(ProgressUpdateStreamT &&value)
AWS_MIGRATIONHUB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector