7#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
8#include <aws/AWSMigrationHub/MigrationHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/AWSMigrationHub/model/ResourceAttribute.h>
45 template<
typename ProgressUpdateStreamT = Aws::String>
46 void SetProgressUpdateStream(ProgressUpdateStreamT&& value) { m_progressUpdateStreamHasBeenSet =
true; m_progressUpdateStream = std::forward<ProgressUpdateStreamT>(value); }
47 template<
typename ProgressUpdateStreamT = Aws::String>
58 template<
typename MigrationTaskNameT = Aws::String>
59 void SetMigrationTaskName(MigrationTaskNameT&& value) { m_migrationTaskNameHasBeenSet =
true; m_migrationTaskName = std::forward<MigrationTaskNameT>(value); }
60 template<
typename MigrationTaskNameT = Aws::String>
88 template<
typename ResourceAttributeListT = Aws::Vector<ResourceAttribute>>
89 void SetResourceAttributeList(ResourceAttributeListT&& value) { m_resourceAttributeListHasBeenSet =
true; m_resourceAttributeList = std::forward<ResourceAttributeListT>(value); }
90 template<
typename ResourceAttributeListT = Aws::Vector<ResourceAttribute>>
92 template<
typename ResourceAttributeListT = ResourceAttribute>
103 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
109 bool m_progressUpdateStreamHasBeenSet =
false;
112 bool m_migrationTaskNameHasBeenSet =
false;
115 bool m_resourceAttributeListHasBeenSet =
false;
117 bool m_dryRun{
false};
118 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