7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/ResourceSnapshotJobStatus.h>
20namespace PartnerCentralSelling {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename ArnT = Aws::String>
64 m_arnHasBeenSet =
true;
65 m_arn = std::forward<ArnT>(value);
67 template <
typename ArnT = Aws::String>
69 SetArn(std::forward<ArnT>(value));
80 template <
typename EngagementIdT = Aws::String>
82 m_engagementIdHasBeenSet =
true;
83 m_engagementId = std::forward<EngagementIdT>(value);
85 template <
typename EngagementIdT = Aws::String>
101 m_statusHasBeenSet =
true;
117 bool m_idHasBeenSet =
false;
118 bool m_arnHasBeenSet =
false;
119 bool m_engagementIdHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool EngagementIdHasBeenSet() const
void SetStatus(ResourceSnapshotJobStatus value)
ResourceSnapshotJobSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
ResourceSnapshotJobSummary & WithId(IdT &&value)
ResourceSnapshotJobSummary & WithStatus(ResourceSnapshotJobStatus value)
bool StatusHasBeenSet() const
ResourceSnapshotJobStatus GetStatus() const
const Aws::String & GetId() const
AWS_PARTNERCENTRALSELLING_API ResourceSnapshotJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API ResourceSnapshotJobSummary()=default
AWS_PARTNERCENTRALSELLING_API ResourceSnapshotJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
const Aws::String & GetEngagementId() const
ResourceSnapshotJobSummary & WithEngagementId(EngagementIdT &&value)
void SetEngagementId(EngagementIdT &&value)
const Aws::String & GetArn() const
ResourceSnapshotJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue