7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/RequestedPipeState.h>
10#include <aws/pipes/model/PipeState.h>
11#include <aws/core/utils/DateTime.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
67 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
105 inline void SetStateReason(
const char* value) { m_stateReasonHasBeenSet =
true; m_stateReason.assign(value); }
145 inline void SetSource(
const char* value) { m_sourceHasBeenSet =
true; m_source.assign(value); }
159 inline void SetTarget(
const char* value) { m_targetHasBeenSet =
true; m_target.assign(value); }
173 inline void SetEnrichment(
const char* value) { m_enrichmentHasBeenSet =
true; m_enrichment.assign(value); }
181 bool m_nameHasBeenSet =
false;
184 bool m_arnHasBeenSet =
false;
187 bool m_desiredStateHasBeenSet =
false;
190 bool m_currentStateHasBeenSet =
false;
193 bool m_stateReasonHasBeenSet =
false;
196 bool m_creationTimeHasBeenSet =
false;
199 bool m_lastModifiedTimeHasBeenSet =
false;
202 bool m_sourceHasBeenSet =
false;
205 bool m_targetHasBeenSet =
false;
208 bool m_enrichmentHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetName(const char *value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
bool CurrentStateHasBeenSet() const
void SetCurrentState(PipeState &&value)
void SetCurrentState(const PipeState &value)
void SetEnrichment(const char *value)
void SetSource(const char *value)
bool SourceHasBeenSet() const
const Aws::String & GetName() const
void SetStateReason(const Aws::String &value)
Pipe & WithCurrentState(PipeState &&value)
const Aws::String & GetEnrichment() const
void SetSource(const Aws::String &value)
const PipeState & GetCurrentState() const
Pipe & WithArn(Aws::String &&value)
AWS_PIPES_API Pipe & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
bool ArnHasBeenSet() const
void SetName(Aws::String &&value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
bool EnrichmentHasBeenSet() const
void SetArn(Aws::String &&value)
void SetStateReason(Aws::String &&value)
bool DesiredStateHasBeenSet() const
Pipe & WithCreationTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetStateReason(const char *value)
Pipe & WithSource(const Aws::String &value)
Pipe & WithTarget(const char *value)
const Aws::String & GetStateReason() const
Pipe & WithDesiredState(const RequestedPipeState &value)
Pipe & WithStateReason(Aws::String &&value)
Pipe & WithCreationTime(const Aws::Utils::DateTime &value)
void SetSource(Aws::String &&value)
void SetArn(const char *value)
AWS_PIPES_API Pipe(Aws::Utils::Json::JsonView jsonValue)
bool TargetHasBeenSet() const
void SetEnrichment(const Aws::String &value)
Pipe & WithName(const Aws::String &value)
Pipe & WithTarget(Aws::String &&value)
Pipe & WithSource(Aws::String &&value)
Pipe & WithStateReason(const char *value)
void SetDesiredState(RequestedPipeState &&value)
bool NameHasBeenSet() const
Pipe & WithLastModifiedTime(Aws::Utils::DateTime &&value)
Pipe & WithEnrichment(const char *value)
Pipe & WithName(Aws::String &&value)
Pipe & WithEnrichment(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetName(const Aws::String &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
Pipe & WithStateReason(const Aws::String &value)
Pipe & WithArn(const char *value)
void SetTarget(const char *value)
Pipe & WithSource(const char *value)
Pipe & WithTarget(const Aws::String &value)
Pipe & WithCurrentState(const PipeState &value)
Pipe & WithDesiredState(RequestedPipeState &&value)
const RequestedPipeState & GetDesiredState() const
Pipe & WithName(const char *value)
Pipe & WithArn(const Aws::String &value)
const Aws::String & GetArn() const
Pipe & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetTarget() const
void SetTarget(Aws::String &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetSource() const
bool StateReasonHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetDesiredState(const RequestedPipeState &value)
void SetEnrichment(Aws::String &&value)
void SetTarget(const Aws::String &value)
Pipe & WithEnrichment(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue