7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CreatedByT = Aws::String>
48 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
49 template<
typename CreatedByT = Aws::String>
61 template<
typename InvokedByT = Aws::String>
62 void SetInvokedBy(InvokedByT&& value) { m_invokedByHasBeenSet =
true; m_invokedBy = std::forward<InvokedByT>(value); }
63 template<
typename InvokedByT = Aws::String>
73 template<
typename ResourceArnT = Aws::String>
74 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
75 template<
typename ResourceArnT = Aws::String>
87 template<
typename SourceT = Aws::String>
88 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
89 template<
typename SourceT = Aws::String>
95 bool m_createdByHasBeenSet =
false;
98 bool m_invokedByHasBeenSet =
false;
101 bool m_resourceArnHasBeenSet =
false;
104 bool m_sourceHasBeenSet =
false;
void SetSource(SourceT &&value)
IncidentRecordSource & WithResourceArn(ResourceArnT &&value)
bool SourceHasBeenSet() const
const Aws::String & GetCreatedBy() const
IncidentRecordSource & WithInvokedBy(InvokedByT &&value)
bool CreatedByHasBeenSet() const
void SetInvokedBy(InvokedByT &&value)
IncidentRecordSource & WithSource(SourceT &&value)
AWS_SSMINCIDENTS_API IncidentRecordSource()=default
const Aws::String & GetSource() const
void SetCreatedBy(CreatedByT &&value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetResourceArn() const
const Aws::String & GetInvokedBy() const
AWS_SSMINCIDENTS_API IncidentRecordSource(Aws::Utils::Json::JsonView jsonValue)
AWS_SSMINCIDENTS_API IncidentRecordSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InvokedByHasBeenSet() const
void SetResourceArn(ResourceArnT &&value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
IncidentRecordSource & WithCreatedBy(CreatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue