7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 inline void SetPackageCleanup(
bool value) { m_packageCleanupHasBeenSet =
true; m_packageCleanup = value; }
91 inline void SetRebootAfterUse(
bool value) { m_rebootAfterUseHasBeenSet =
true; m_rebootAfterUse = value; }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
117 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
125 bool m_arnHasBeenSet =
false;
127 bool m_packageCleanup;
128 bool m_packageCleanupHasBeenSet =
false;
131 bool m_excludeAppPackagesFromCleanupHasBeenSet =
false;
133 bool m_rebootAfterUse;
134 bool m_rebootAfterUseHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
void SetExcludeAppPackagesFromCleanup(Aws::Vector< Aws::String > &&value)
InstanceProfile & WithPackageCleanup(bool value)
InstanceProfile & WithDescription(Aws::String &&value)
AWS_DEVICEFARM_API InstanceProfile()
InstanceProfile & WithExcludeAppPackagesFromCleanup(Aws::Vector< Aws::String > &&value)
InstanceProfile & AddExcludeAppPackagesFromCleanup(Aws::String &&value)
void SetArn(const char *value)
InstanceProfile & WithDescription(const Aws::String &value)
bool ExcludeAppPackagesFromCleanupHasBeenSet() const
AWS_DEVICEFARM_API InstanceProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
InstanceProfile & WithArn(const char *value)
void SetDescription(const Aws::String &value)
InstanceProfile & WithRebootAfterUse(bool value)
const Aws::Vector< Aws::String > & GetExcludeAppPackagesFromCleanup() const
bool ArnHasBeenSet() const
void SetName(const Aws::String &value)
void SetArn(Aws::String &&value)
void SetExcludeAppPackagesFromCleanup(const Aws::Vector< Aws::String > &value)
void SetDescription(const char *value)
bool NameHasBeenSet() const
void SetArn(const Aws::String &value)
InstanceProfile & AddExcludeAppPackagesFromCleanup(const Aws::String &value)
InstanceProfile & WithName(const char *value)
bool PackageCleanupHasBeenSet() const
InstanceProfile & WithName(Aws::String &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetRebootAfterUse() const
InstanceProfile & AddExcludeAppPackagesFromCleanup(const char *value)
InstanceProfile & WithDescription(const char *value)
const Aws::String & GetName() const
InstanceProfile & WithName(const Aws::String &value)
void SetDescription(Aws::String &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool RebootAfterUseHasBeenSet() const
void SetName(Aws::String &&value)
void SetRebootAfterUse(bool value)
AWS_DEVICEFARM_API InstanceProfile(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
bool GetPackageCleanup() const
InstanceProfile & WithArn(Aws::String &&value)
InstanceProfile & WithExcludeAppPackagesFromCleanup(const Aws::Vector< Aws::String > &value)
const Aws::String & GetArn() const
InstanceProfile & WithArn(const Aws::String &value)
void SetPackageCleanup(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue