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