7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/DifferenceType.h>
10#include <aws/resiliencehub/model/ResourceIdentifier.h>
21namespace ResilienceHub {
49 template <
typename AppArnT = Aws::String>
51 m_appArnHasBeenSet =
true;
52 m_appArn = std::forward<AppArnT>(value);
54 template <
typename AppArnT = Aws::String>
67 template <
typename AppVersionT = Aws::String>
69 m_appVersionHasBeenSet =
true;
70 m_appVersion = std::forward<AppVersionT>(value);
72 template <
typename AppVersionT = Aws::String>
86 m_diffTypeHasBeenSet =
true;
101 template <
typename ReferenceIdT = Aws::String>
103 m_referenceIdHasBeenSet =
true;
104 m_referenceId = std::forward<ReferenceIdT>(value);
106 template <
typename ReferenceIdT = Aws::String>
119 template <
typename ResourceIdentifierT = ResourceIdentifier>
121 m_resourceIdentifierHasBeenSet =
true;
122 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
124 template <
typename ResourceIdentifierT = ResourceIdentifier>
139 ResourceIdentifier m_resourceIdentifier;
140 bool m_appArnHasBeenSet =
false;
141 bool m_appVersionHasBeenSet =
false;
142 bool m_diffTypeHasBeenSet =
false;
143 bool m_referenceIdHasBeenSet =
false;
144 bool m_resourceIdentifierHasBeenSet =
false;
const ResourceIdentifier & GetResourceIdentifier() const
AWS_RESILIENCEHUB_API ResourceDrift(Aws::Utils::Json::JsonView jsonValue)
ResourceDrift & WithResourceIdentifier(ResourceIdentifierT &&value)
ResourceDrift & WithAppArn(AppArnT &&value)
bool AppVersionHasBeenSet() const
bool AppArnHasBeenSet() const
AWS_RESILIENCEHUB_API ResourceDrift()=default
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool ReferenceIdHasBeenSet() const
const Aws::String & GetAppArn() const
void SetReferenceId(ReferenceIdT &&value)
ResourceDrift & WithReferenceId(ReferenceIdT &&value)
const Aws::String & GetReferenceId() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAppVersion(AppVersionT &&value)
DifferenceType GetDiffType() const
ResourceDrift & WithDiffType(DifferenceType value)
void SetAppArn(AppArnT &&value)
bool DiffTypeHasBeenSet() const
ResourceDrift & WithAppVersion(AppVersionT &&value)
void SetDiffType(DifferenceType value)
bool ResourceIdentifierHasBeenSet() const
AWS_RESILIENCEHUB_API ResourceDrift & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAppVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue