AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateAssociationRequest.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/ssm/model/InstanceAssociationOutputLocation.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/ssm/model/AssociationComplianceSeverity.h>
14#include <aws/ssm/model/AssociationSyncCompliance.h>
15#include <aws/ssm/model/AlarmConfiguration.h>
16#include <aws/ssm/model/Target.h>
17#include <aws/ssm/model/TargetLocation.h>
18#include <utility>
19
20namespace Aws
21{
22namespace SSM
23{
24namespace Model
25{
26
30 {
31 public:
33
34 // Service request name is the Operation name which will send this request out,
35 // each operation should has unique request name, so that we can get operation's name from this request.
36 // Note: this is not true for response, multiple operations may have the same response name,
37 // so we can not get operation's name from response.
38 inline virtual const char* GetServiceRequestName() const override { return "UpdateAssociation"; }
39
40 AWS_SSM_API Aws::String SerializePayload() const override;
41
43
44
46
49 inline const Aws::String& GetAssociationId() const{ return m_associationId; }
50 inline bool AssociationIdHasBeenSet() const { return m_associationIdHasBeenSet; }
51 inline void SetAssociationId(const Aws::String& value) { m_associationIdHasBeenSet = true; m_associationId = value; }
52 inline void SetAssociationId(Aws::String&& value) { m_associationIdHasBeenSet = true; m_associationId = std::move(value); }
53 inline void SetAssociationId(const char* value) { m_associationIdHasBeenSet = true; m_associationId.assign(value); }
54 inline UpdateAssociationRequest& WithAssociationId(const Aws::String& value) { SetAssociationId(value); return *this;}
55 inline UpdateAssociationRequest& WithAssociationId(Aws::String&& value) { SetAssociationId(std::move(value)); return *this;}
56 inline UpdateAssociationRequest& WithAssociationId(const char* value) { SetAssociationId(value); return *this;}
58
60
66 inline const Aws::Map<Aws::String, Aws::Vector<Aws::String>>& GetParameters() const{ return m_parameters; }
67 inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; }
68 inline void SetParameters(const Aws::Map<Aws::String, Aws::Vector<Aws::String>>& value) { m_parametersHasBeenSet = true; m_parameters = value; }
69 inline void SetParameters(Aws::Map<Aws::String, Aws::Vector<Aws::String>>&& value) { m_parametersHasBeenSet = true; m_parameters = std::move(value); }
72 inline UpdateAssociationRequest& AddParameters(const Aws::String& key, const Aws::Vector<Aws::String>& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, value); return *this; }
73 inline UpdateAssociationRequest& AddParameters(Aws::String&& key, const Aws::Vector<Aws::String>& value) { m_parametersHasBeenSet = true; m_parameters.emplace(std::move(key), value); return *this; }
74 inline UpdateAssociationRequest& AddParameters(const Aws::String& key, Aws::Vector<Aws::String>&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, std::move(value)); return *this; }
75 inline UpdateAssociationRequest& AddParameters(Aws::String&& key, Aws::Vector<Aws::String>&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(std::move(key), std::move(value)); return *this; }
76 inline UpdateAssociationRequest& AddParameters(const char* key, Aws::Vector<Aws::String>&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, std::move(value)); return *this; }
77 inline UpdateAssociationRequest& AddParameters(const char* key, const Aws::Vector<Aws::String>& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, value); return *this; }
79
81
91 inline const Aws::String& GetDocumentVersion() const{ return m_documentVersion; }
92 inline bool DocumentVersionHasBeenSet() const { return m_documentVersionHasBeenSet; }
93 inline void SetDocumentVersion(const Aws::String& value) { m_documentVersionHasBeenSet = true; m_documentVersion = value; }
94 inline void SetDocumentVersion(Aws::String&& value) { m_documentVersionHasBeenSet = true; m_documentVersion = std::move(value); }
95 inline void SetDocumentVersion(const char* value) { m_documentVersionHasBeenSet = true; m_documentVersion.assign(value); }
96 inline UpdateAssociationRequest& WithDocumentVersion(const Aws::String& value) { SetDocumentVersion(value); return *this;}
97 inline UpdateAssociationRequest& WithDocumentVersion(Aws::String&& value) { SetDocumentVersion(std::move(value)); return *this;}
98 inline UpdateAssociationRequest& WithDocumentVersion(const char* value) { SetDocumentVersion(value); return *this;}
100
102
106 inline const Aws::String& GetScheduleExpression() const{ return m_scheduleExpression; }
107 inline bool ScheduleExpressionHasBeenSet() const { return m_scheduleExpressionHasBeenSet; }
108 inline void SetScheduleExpression(const Aws::String& value) { m_scheduleExpressionHasBeenSet = true; m_scheduleExpression = value; }
109 inline void SetScheduleExpression(Aws::String&& value) { m_scheduleExpressionHasBeenSet = true; m_scheduleExpression = std::move(value); }
110 inline void SetScheduleExpression(const char* value) { m_scheduleExpressionHasBeenSet = true; m_scheduleExpression.assign(value); }
112 inline UpdateAssociationRequest& WithScheduleExpression(Aws::String&& value) { SetScheduleExpression(std::move(value)); return *this;}
113 inline UpdateAssociationRequest& WithScheduleExpression(const char* value) { SetScheduleExpression(value); return *this;}
115
117
120 inline const InstanceAssociationOutputLocation& GetOutputLocation() const{ return m_outputLocation; }
121 inline bool OutputLocationHasBeenSet() const { return m_outputLocationHasBeenSet; }
122 inline void SetOutputLocation(const InstanceAssociationOutputLocation& value) { m_outputLocationHasBeenSet = true; m_outputLocation = value; }
123 inline void SetOutputLocation(InstanceAssociationOutputLocation&& value) { m_outputLocationHasBeenSet = true; m_outputLocation = std::move(value); }
127
129
143 inline const Aws::String& GetName() const{ return m_name; }
144 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
145 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
146 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
147 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
148 inline UpdateAssociationRequest& WithName(const Aws::String& value) { SetName(value); return *this;}
149 inline UpdateAssociationRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
150 inline UpdateAssociationRequest& WithName(const char* value) { SetName(value); return *this;}
152
154
157 inline const Aws::Vector<Target>& GetTargets() const{ return m_targets; }
158 inline bool TargetsHasBeenSet() const { return m_targetsHasBeenSet; }
159 inline void SetTargets(const Aws::Vector<Target>& value) { m_targetsHasBeenSet = true; m_targets = value; }
160 inline void SetTargets(Aws::Vector<Target>&& value) { m_targetsHasBeenSet = true; m_targets = std::move(value); }
161 inline UpdateAssociationRequest& WithTargets(const Aws::Vector<Target>& value) { SetTargets(value); return *this;}
162 inline UpdateAssociationRequest& WithTargets(Aws::Vector<Target>&& value) { SetTargets(std::move(value)); return *this;}
163 inline UpdateAssociationRequest& AddTargets(const Target& value) { m_targetsHasBeenSet = true; m_targets.push_back(value); return *this; }
164 inline UpdateAssociationRequest& AddTargets(Target&& value) { m_targetsHasBeenSet = true; m_targets.push_back(std::move(value)); return *this; }
166
168
171 inline const Aws::String& GetAssociationName() const{ return m_associationName; }
172 inline bool AssociationNameHasBeenSet() const { return m_associationNameHasBeenSet; }
173 inline void SetAssociationName(const Aws::String& value) { m_associationNameHasBeenSet = true; m_associationName = value; }
174 inline void SetAssociationName(Aws::String&& value) { m_associationNameHasBeenSet = true; m_associationName = std::move(value); }
175 inline void SetAssociationName(const char* value) { m_associationNameHasBeenSet = true; m_associationName.assign(value); }
176 inline UpdateAssociationRequest& WithAssociationName(const Aws::String& value) { SetAssociationName(value); return *this;}
177 inline UpdateAssociationRequest& WithAssociationName(Aws::String&& value) { SetAssociationName(std::move(value)); return *this;}
178 inline UpdateAssociationRequest& WithAssociationName(const char* value) { SetAssociationName(value); return *this;}
180
182
188 inline const Aws::String& GetAssociationVersion() const{ return m_associationVersion; }
189 inline bool AssociationVersionHasBeenSet() const { return m_associationVersionHasBeenSet; }
190 inline void SetAssociationVersion(const Aws::String& value) { m_associationVersionHasBeenSet = true; m_associationVersion = value; }
191 inline void SetAssociationVersion(Aws::String&& value) { m_associationVersionHasBeenSet = true; m_associationVersion = std::move(value); }
192 inline void SetAssociationVersion(const char* value) { m_associationVersionHasBeenSet = true; m_associationVersion.assign(value); }
194 inline UpdateAssociationRequest& WithAssociationVersion(Aws::String&& value) { SetAssociationVersion(std::move(value)); return *this;}
195 inline UpdateAssociationRequest& WithAssociationVersion(const char* value) { SetAssociationVersion(value); return *this;}
197
199
205 inline const Aws::String& GetAutomationTargetParameterName() const{ return m_automationTargetParameterName; }
206 inline bool AutomationTargetParameterNameHasBeenSet() const { return m_automationTargetParameterNameHasBeenSet; }
207 inline void SetAutomationTargetParameterName(const Aws::String& value) { m_automationTargetParameterNameHasBeenSet = true; m_automationTargetParameterName = value; }
208 inline void SetAutomationTargetParameterName(Aws::String&& value) { m_automationTargetParameterNameHasBeenSet = true; m_automationTargetParameterName = std::move(value); }
209 inline void SetAutomationTargetParameterName(const char* value) { m_automationTargetParameterNameHasBeenSet = true; m_automationTargetParameterName.assign(value); }
214
216
231 inline const Aws::String& GetMaxErrors() const{ return m_maxErrors; }
232 inline bool MaxErrorsHasBeenSet() const { return m_maxErrorsHasBeenSet; }
233 inline void SetMaxErrors(const Aws::String& value) { m_maxErrorsHasBeenSet = true; m_maxErrors = value; }
234 inline void SetMaxErrors(Aws::String&& value) { m_maxErrorsHasBeenSet = true; m_maxErrors = std::move(value); }
235 inline void SetMaxErrors(const char* value) { m_maxErrorsHasBeenSet = true; m_maxErrors.assign(value); }
236 inline UpdateAssociationRequest& WithMaxErrors(const Aws::String& value) { SetMaxErrors(value); return *this;}
237 inline UpdateAssociationRequest& WithMaxErrors(Aws::String&& value) { SetMaxErrors(std::move(value)); return *this;}
238 inline UpdateAssociationRequest& WithMaxErrors(const char* value) { SetMaxErrors(value); return *this;}
240
242
252 inline const Aws::String& GetMaxConcurrency() const{ return m_maxConcurrency; }
253 inline bool MaxConcurrencyHasBeenSet() const { return m_maxConcurrencyHasBeenSet; }
254 inline void SetMaxConcurrency(const Aws::String& value) { m_maxConcurrencyHasBeenSet = true; m_maxConcurrency = value; }
255 inline void SetMaxConcurrency(Aws::String&& value) { m_maxConcurrencyHasBeenSet = true; m_maxConcurrency = std::move(value); }
256 inline void SetMaxConcurrency(const char* value) { m_maxConcurrencyHasBeenSet = true; m_maxConcurrency.assign(value); }
257 inline UpdateAssociationRequest& WithMaxConcurrency(const Aws::String& value) { SetMaxConcurrency(value); return *this;}
258 inline UpdateAssociationRequest& WithMaxConcurrency(Aws::String&& value) { SetMaxConcurrency(std::move(value)); return *this;}
259 inline UpdateAssociationRequest& WithMaxConcurrency(const char* value) { SetMaxConcurrency(value); return *this;}
261
263
266 inline const AssociationComplianceSeverity& GetComplianceSeverity() const{ return m_complianceSeverity; }
267 inline bool ComplianceSeverityHasBeenSet() const { return m_complianceSeverityHasBeenSet; }
268 inline void SetComplianceSeverity(const AssociationComplianceSeverity& value) { m_complianceSeverityHasBeenSet = true; m_complianceSeverity = value; }
269 inline void SetComplianceSeverity(AssociationComplianceSeverity&& value) { m_complianceSeverityHasBeenSet = true; m_complianceSeverity = std::move(value); }
273
275
288 inline const AssociationSyncCompliance& GetSyncCompliance() const{ return m_syncCompliance; }
289 inline bool SyncComplianceHasBeenSet() const { return m_syncComplianceHasBeenSet; }
290 inline void SetSyncCompliance(const AssociationSyncCompliance& value) { m_syncComplianceHasBeenSet = true; m_syncCompliance = value; }
291 inline void SetSyncCompliance(AssociationSyncCompliance&& value) { m_syncComplianceHasBeenSet = true; m_syncCompliance = std::move(value); }
295
297
316 inline bool GetApplyOnlyAtCronInterval() const{ return m_applyOnlyAtCronInterval; }
317 inline bool ApplyOnlyAtCronIntervalHasBeenSet() const { return m_applyOnlyAtCronIntervalHasBeenSet; }
318 inline void SetApplyOnlyAtCronInterval(bool value) { m_applyOnlyAtCronIntervalHasBeenSet = true; m_applyOnlyAtCronInterval = value; }
321
323
330 inline const Aws::Vector<Aws::String>& GetCalendarNames() const{ return m_calendarNames; }
331 inline bool CalendarNamesHasBeenSet() const { return m_calendarNamesHasBeenSet; }
332 inline void SetCalendarNames(const Aws::Vector<Aws::String>& value) { m_calendarNamesHasBeenSet = true; m_calendarNames = value; }
333 inline void SetCalendarNames(Aws::Vector<Aws::String>&& value) { m_calendarNamesHasBeenSet = true; m_calendarNames = std::move(value); }
335 inline UpdateAssociationRequest& WithCalendarNames(Aws::Vector<Aws::String>&& value) { SetCalendarNames(std::move(value)); return *this;}
336 inline UpdateAssociationRequest& AddCalendarNames(const Aws::String& value) { m_calendarNamesHasBeenSet = true; m_calendarNames.push_back(value); return *this; }
337 inline UpdateAssociationRequest& AddCalendarNames(Aws::String&& value) { m_calendarNamesHasBeenSet = true; m_calendarNames.push_back(std::move(value)); return *this; }
338 inline UpdateAssociationRequest& AddCalendarNames(const char* value) { m_calendarNamesHasBeenSet = true; m_calendarNames.push_back(value); return *this; }
340
342
347 inline const Aws::Vector<TargetLocation>& GetTargetLocations() const{ return m_targetLocations; }
348 inline bool TargetLocationsHasBeenSet() const { return m_targetLocationsHasBeenSet; }
349 inline void SetTargetLocations(const Aws::Vector<TargetLocation>& value) { m_targetLocationsHasBeenSet = true; m_targetLocations = value; }
350 inline void SetTargetLocations(Aws::Vector<TargetLocation>&& value) { m_targetLocationsHasBeenSet = true; m_targetLocations = std::move(value); }
353 inline UpdateAssociationRequest& AddTargetLocations(const TargetLocation& value) { m_targetLocationsHasBeenSet = true; m_targetLocations.push_back(value); return *this; }
354 inline UpdateAssociationRequest& AddTargetLocations(TargetLocation&& value) { m_targetLocationsHasBeenSet = true; m_targetLocations.push_back(std::move(value)); return *this; }
356
358
370 inline int GetScheduleOffset() const{ return m_scheduleOffset; }
371 inline bool ScheduleOffsetHasBeenSet() const { return m_scheduleOffsetHasBeenSet; }
372 inline void SetScheduleOffset(int value) { m_scheduleOffsetHasBeenSet = true; m_scheduleOffset = value; }
373 inline UpdateAssociationRequest& WithScheduleOffset(int value) { SetScheduleOffset(value); return *this;}
375
377
392 inline int GetDuration() const{ return m_duration; }
393 inline bool DurationHasBeenSet() const { return m_durationHasBeenSet; }
394 inline void SetDuration(int value) { m_durationHasBeenSet = true; m_duration = value; }
395 inline UpdateAssociationRequest& WithDuration(int value) { SetDuration(value); return *this;}
397
399
403 inline const Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>& GetTargetMaps() const{ return m_targetMaps; }
404 inline bool TargetMapsHasBeenSet() const { return m_targetMapsHasBeenSet; }
405 inline void SetTargetMaps(const Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>& value) { m_targetMapsHasBeenSet = true; m_targetMaps = value; }
406 inline void SetTargetMaps(Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>&& value) { m_targetMapsHasBeenSet = true; m_targetMaps = std::move(value); }
409 inline UpdateAssociationRequest& AddTargetMaps(const Aws::Map<Aws::String, Aws::Vector<Aws::String>>& value) { m_targetMapsHasBeenSet = true; m_targetMaps.push_back(value); return *this; }
410 inline UpdateAssociationRequest& AddTargetMaps(Aws::Map<Aws::String, Aws::Vector<Aws::String>>&& value) { m_targetMapsHasBeenSet = true; m_targetMaps.push_back(std::move(value)); return *this; }
412
414
415 inline const AlarmConfiguration& GetAlarmConfiguration() const{ return m_alarmConfiguration; }
416 inline bool AlarmConfigurationHasBeenSet() const { return m_alarmConfigurationHasBeenSet; }
417 inline void SetAlarmConfiguration(const AlarmConfiguration& value) { m_alarmConfigurationHasBeenSet = true; m_alarmConfiguration = value; }
418 inline void SetAlarmConfiguration(AlarmConfiguration&& value) { m_alarmConfigurationHasBeenSet = true; m_alarmConfiguration = std::move(value); }
422 private:
423
424 Aws::String m_associationId;
425 bool m_associationIdHasBeenSet = false;
426
428 bool m_parametersHasBeenSet = false;
429
430 Aws::String m_documentVersion;
431 bool m_documentVersionHasBeenSet = false;
432
433 Aws::String m_scheduleExpression;
434 bool m_scheduleExpressionHasBeenSet = false;
435
436 InstanceAssociationOutputLocation m_outputLocation;
437 bool m_outputLocationHasBeenSet = false;
438
439 Aws::String m_name;
440 bool m_nameHasBeenSet = false;
441
442 Aws::Vector<Target> m_targets;
443 bool m_targetsHasBeenSet = false;
444
445 Aws::String m_associationName;
446 bool m_associationNameHasBeenSet = false;
447
448 Aws::String m_associationVersion;
449 bool m_associationVersionHasBeenSet = false;
450
451 Aws::String m_automationTargetParameterName;
452 bool m_automationTargetParameterNameHasBeenSet = false;
453
454 Aws::String m_maxErrors;
455 bool m_maxErrorsHasBeenSet = false;
456
457 Aws::String m_maxConcurrency;
458 bool m_maxConcurrencyHasBeenSet = false;
459
460 AssociationComplianceSeverity m_complianceSeverity;
461 bool m_complianceSeverityHasBeenSet = false;
462
463 AssociationSyncCompliance m_syncCompliance;
464 bool m_syncComplianceHasBeenSet = false;
465
466 bool m_applyOnlyAtCronInterval;
467 bool m_applyOnlyAtCronIntervalHasBeenSet = false;
468
469 Aws::Vector<Aws::String> m_calendarNames;
470 bool m_calendarNamesHasBeenSet = false;
471
472 Aws::Vector<TargetLocation> m_targetLocations;
473 bool m_targetLocationsHasBeenSet = false;
474
475 int m_scheduleOffset;
476 bool m_scheduleOffsetHasBeenSet = false;
477
478 int m_duration;
479 bool m_durationHasBeenSet = false;
480
482 bool m_targetMapsHasBeenSet = false;
483
484 AlarmConfiguration m_alarmConfiguration;
485 bool m_alarmConfigurationHasBeenSet = false;
486 };
487
488} // namespace Model
489} // namespace SSM
490} // namespace Aws
const AlarmConfiguration & GetAlarmConfiguration() const
UpdateAssociationRequest & WithComplianceSeverity(const AssociationComplianceSeverity &value)
UpdateAssociationRequest & WithAlarmConfiguration(const AlarmConfiguration &value)
UpdateAssociationRequest & WithSyncCompliance(const AssociationSyncCompliance &value)
void SetTargets(const Aws::Vector< Target > &value)
UpdateAssociationRequest & WithMaxConcurrency(Aws::String &&value)
UpdateAssociationRequest & AddTargetLocations(TargetLocation &&value)
UpdateAssociationRequest & WithMaxErrors(Aws::String &&value)
UpdateAssociationRequest & AddParameters(const char *key, const Aws::Vector< Aws::String > &value)
UpdateAssociationRequest & WithCalendarNames(Aws::Vector< Aws::String > &&value)
UpdateAssociationRequest & WithScheduleOffset(int value)
const Aws::Vector< Aws::Map< Aws::String, Aws::Vector< Aws::String > > > & GetTargetMaps() const
const AssociationSyncCompliance & GetSyncCompliance() const
UpdateAssociationRequest & AddParameters(Aws::String &&key, Aws::Vector< Aws::String > &&value)
UpdateAssociationRequest & WithSyncCompliance(AssociationSyncCompliance &&value)
UpdateAssociationRequest & WithAssociationVersion(Aws::String &&value)
UpdateAssociationRequest & WithApplyOnlyAtCronInterval(bool value)
UpdateAssociationRequest & WithAssociationVersion(const char *value)
void SetComplianceSeverity(AssociationComplianceSeverity &&value)
void SetTargetMaps(Aws::Vector< Aws::Map< Aws::String, Aws::Vector< Aws::String > > > &&value)
UpdateAssociationRequest & WithTargetLocations(Aws::Vector< TargetLocation > &&value)
void SetTargetLocations(const Aws::Vector< TargetLocation > &value)
void SetTargetLocations(Aws::Vector< TargetLocation > &&value)
void SetSyncCompliance(AssociationSyncCompliance &&value)
UpdateAssociationRequest & WithAssociationVersion(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
UpdateAssociationRequest & WithName(Aws::String &&value)
UpdateAssociationRequest & WithAssociationName(Aws::String &&value)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetParameters() const
void SetSyncCompliance(const AssociationSyncCompliance &value)
const Aws::Vector< Target > & GetTargets() const
const InstanceAssociationOutputLocation & GetOutputLocation() const
void SetOutputLocation(InstanceAssociationOutputLocation &&value)
UpdateAssociationRequest & WithAutomationTargetParameterName(const char *value)
UpdateAssociationRequest & WithDocumentVersion(const char *value)
void SetScheduleExpression(const Aws::String &value)
UpdateAssociationRequest & AddCalendarNames(const Aws::String &value)
UpdateAssociationRequest & WithTargetMaps(Aws::Vector< Aws::Map< Aws::String, Aws::Vector< Aws::String > > > &&value)
UpdateAssociationRequest & WithParameters(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
UpdateAssociationRequest & WithAssociationId(const Aws::String &value)
void SetParameters(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
void SetComplianceSeverity(const AssociationComplianceSeverity &value)
UpdateAssociationRequest & WithTargets(Aws::Vector< Target > &&value)
UpdateAssociationRequest & WithDuration(int value)
UpdateAssociationRequest & WithAssociationId(Aws::String &&value)
void SetAlarmConfiguration(AlarmConfiguration &&value)
UpdateAssociationRequest & WithScheduleExpression(const Aws::String &value)
void SetCalendarNames(const Aws::Vector< Aws::String > &value)
UpdateAssociationRequest & WithAssociationName(const char *value)
void SetAssociationVersion(const Aws::String &value)
void SetAlarmConfiguration(const AlarmConfiguration &value)
const Aws::Vector< Aws::String > & GetCalendarNames() const
UpdateAssociationRequest & WithMaxConcurrency(const Aws::String &value)
UpdateAssociationRequest & WithCalendarNames(const Aws::Vector< Aws::String > &value)
UpdateAssociationRequest & WithAlarmConfiguration(AlarmConfiguration &&value)
void SetAutomationTargetParameterName(const Aws::String &value)
UpdateAssociationRequest & AddTargets(const Target &value)
void SetCalendarNames(Aws::Vector< Aws::String > &&value)
UpdateAssociationRequest & WithMaxConcurrency(const char *value)
UpdateAssociationRequest & WithAutomationTargetParameterName(const Aws::String &value)
UpdateAssociationRequest & WithName(const Aws::String &value)
UpdateAssociationRequest & AddTargetMaps(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
UpdateAssociationRequest & WithTargets(const Aws::Vector< Target > &value)
void SetParameters(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
UpdateAssociationRequest & AddCalendarNames(Aws::String &&value)
UpdateAssociationRequest & AddParameters(Aws::String &&key, const Aws::Vector< Aws::String > &value)
const AssociationComplianceSeverity & GetComplianceSeverity() const
UpdateAssociationRequest & WithAutomationTargetParameterName(Aws::String &&value)
UpdateAssociationRequest & WithTargetLocations(const Aws::Vector< TargetLocation > &value)
UpdateAssociationRequest & WithDocumentVersion(Aws::String &&value)
UpdateAssociationRequest & WithAssociationName(const Aws::String &value)
UpdateAssociationRequest & AddTargetMaps(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
UpdateAssociationRequest & AddTargetLocations(const TargetLocation &value)
const Aws::Vector< TargetLocation > & GetTargetLocations() const
UpdateAssociationRequest & AddTargets(Target &&value)
UpdateAssociationRequest & AddParameters(const Aws::String &key, const Aws::Vector< Aws::String > &value)
void SetTargetMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::Vector< Aws::String > > > &value)
UpdateAssociationRequest & WithName(const char *value)
const Aws::String & GetAutomationTargetParameterName() const
UpdateAssociationRequest & AddParameters(const Aws::String &key, Aws::Vector< Aws::String > &&value)
UpdateAssociationRequest & WithAssociationId(const char *value)
UpdateAssociationRequest & AddCalendarNames(const char *value)
UpdateAssociationRequest & WithComplianceSeverity(AssociationComplianceSeverity &&value)
UpdateAssociationRequest & WithOutputLocation(const InstanceAssociationOutputLocation &value)
AWS_SSM_API Aws::String SerializePayload() const override
UpdateAssociationRequest & WithOutputLocation(InstanceAssociationOutputLocation &&value)
UpdateAssociationRequest & WithMaxErrors(const char *value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateAssociationRequest & WithParameters(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
UpdateAssociationRequest & WithScheduleExpression(Aws::String &&value)
UpdateAssociationRequest & WithTargetMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::Vector< Aws::String > > > &value)
UpdateAssociationRequest & WithMaxErrors(const Aws::String &value)
UpdateAssociationRequest & WithScheduleExpression(const char *value)
UpdateAssociationRequest & AddParameters(const char *key, Aws::Vector< Aws::String > &&value)
void SetOutputLocation(const InstanceAssociationOutputLocation &value)
UpdateAssociationRequest & WithDocumentVersion(const Aws::String &value)
void SetDocumentVersion(const Aws::String &value)
void SetTargets(Aws::Vector< Target > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector