7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-contacts/model/ContactType.h>
11#include <aws/ssm-contacts/model/Plan.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/ssm-contacts/model/Tag.h>
15#include <aws/core/utils/UUID.h>
51 inline void SetAlias(
const char* value) { m_aliasHasBeenSet =
true; m_alias.assign(value); }
65 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
92 inline void SetPlan(
const Plan& value) { m_planHasBeenSet =
true; m_plan = value; }
93 inline void SetPlan(
Plan&& value) { m_planHasBeenSet =
true; m_plan = std::move(value); }
122 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
130 bool m_aliasHasBeenSet =
false;
133 bool m_displayNameHasBeenSet =
false;
136 bool m_typeHasBeenSet =
false;
139 bool m_planHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
145 bool m_idempotencyTokenHasBeenSet =
false;
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