7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9#include <aws/elementalinference/model/FeedAssociation.h>
10#include <aws/elementalinference/model/FeedStatus.h>
21namespace ElementalInference {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename AssociationT = FeedAssociation>
99 m_associationHasBeenSet =
true;
100 m_association = std::forward<AssociationT>(value);
102 template <
typename AssociationT = FeedAssociation>
116 m_statusHasBeenSet =
true;
134 bool m_arnHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_associationHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
FeedSummary & WithAssociation(AssociationT &&value)
bool StatusHasBeenSet() const
void SetAssociation(AssociationT &&value)
FeedSummary & WithArn(ArnT &&value)
bool IdHasBeenSet() const
void SetName(NameT &&value)
bool AssociationHasBeenSet() const
FeedSummary & WithStatus(FeedStatus value)
void SetArn(ArnT &&value)
void SetStatus(FeedStatus value)
bool NameHasBeenSet() const
AWS_ELEMENTALINFERENCE_API FeedSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FeedSummary & WithId(IdT &&value)
AWS_ELEMENTALINFERENCE_API FeedSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
FeedStatus GetStatus() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
const FeedAssociation & GetAssociation() const
FeedSummary & WithName(NameT &&value)
AWS_ELEMENTALINFERENCE_API FeedSummary()=default
const Aws::String & GetId() const
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue