7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/model/Format.h>
51 inline void SetDefineSegment(
bool value) { m_defineSegmentHasBeenSet =
true; m_defineSegment = value; }
67 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
84 inline void SetFormat(
const Format& value) { m_formatHasBeenSet =
true; m_format = value; }
85 inline void SetFormat(
Format&& value) { m_formatHasBeenSet =
true; m_format = std::move(value); }
97 inline void SetRegisterEndpoints(
bool value) { m_registerEndpointsHasBeenSet =
true; m_registerEndpoints = value; }
111 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
132 inline void SetS3Url(
const char* value) { m_s3UrlHasBeenSet =
true; m_s3Url.assign(value); }
147 inline void SetSegmentId(
const char* value) { m_segmentIdHasBeenSet =
true; m_segmentId.assign(value); }
162 inline void SetSegmentName(
const char* value) { m_segmentNameHasBeenSet =
true; m_segmentName.assign(value); }
169 bool m_defineSegment;
170 bool m_defineSegmentHasBeenSet =
false;
173 bool m_externalIdHasBeenSet =
false;
176 bool m_formatHasBeenSet =
false;
178 bool m_registerEndpoints;
179 bool m_registerEndpointsHasBeenSet =
false;
182 bool m_roleArnHasBeenSet =
false;
185 bool m_s3UrlHasBeenSet =
false;
188 bool m_segmentIdHasBeenSet =
false;
191 bool m_segmentNameHasBeenSet =
false;
ImportJobResource & WithS3Url(Aws::String &&value)
void SetExternalId(Aws::String &&value)
bool DefineSegmentHasBeenSet() const
bool FormatHasBeenSet() const
void SetExternalId(const char *value)
void SetRoleArn(Aws::String &&value)
ImportJobResource & WithRoleArn(const char *value)
ImportJobResource & WithExternalId(const Aws::String &value)
void SetFormat(const Format &value)
ImportJobResource & WithS3Url(const char *value)
bool RoleArnHasBeenSet() const
void SetSegmentName(const Aws::String &value)
bool S3UrlHasBeenSet() const
ImportJobResource & WithRoleArn(Aws::String &&value)
ImportJobResource & WithExternalId(Aws::String &&value)
void SetRoleArn(const char *value)
ImportJobResource & WithSegmentId(const char *value)
void SetS3Url(const char *value)
const Aws::String & GetRoleArn() const
ImportJobResource & WithS3Url(const Aws::String &value)
void SetDefineSegment(bool value)
bool GetDefineSegment() const
ImportJobResource & WithRoleArn(const Aws::String &value)
ImportJobResource & WithSegmentId(Aws::String &&value)
void SetSegmentId(Aws::String &&value)
ImportJobResource & WithExternalId(const char *value)
bool ExternalIdHasBeenSet() const
bool GetRegisterEndpoints() const
ImportJobResource & WithDefineSegment(bool value)
void SetS3Url(const Aws::String &value)
ImportJobResource & WithFormat(const Format &value)
void SetSegmentId(const char *value)
ImportJobResource & WithSegmentName(Aws::String &&value)
ImportJobResource & WithFormat(Format &&value)
void SetS3Url(Aws::String &&value)
const Aws::String & GetS3Url() const
ImportJobResource & WithRegisterEndpoints(bool value)
ImportJobResource & WithSegmentId(const Aws::String &value)
AWS_PINPOINT_API ImportJobResource(Aws::Utils::Json::JsonView jsonValue)
void SetRegisterEndpoints(bool value)
const Aws::String & GetSegmentName() const
const Format & GetFormat() const
bool SegmentIdHasBeenSet() const
void SetRoleArn(const Aws::String &value)
const Aws::String & GetSegmentId() const
void SetExternalId(const Aws::String &value)
AWS_PINPOINT_API ImportJobResource()
bool RegisterEndpointsHasBeenSet() const
void SetSegmentName(Aws::String &&value)
ImportJobResource & WithSegmentName(const Aws::String &value)
void SetSegmentName(const char *value)
void SetSegmentId(const Aws::String &value)
ImportJobResource & WithSegmentName(const char *value)
AWS_PINPOINT_API ImportJobResource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SegmentNameHasBeenSet() const
void SetFormat(Format &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetExternalId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue