7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/SourceApiAssociationConfig.h>
10#include <aws/appsync/model/SourceApiAssociationStatus.h>
11#include <aws/core/utils/DateTime.h>
60 inline void SetAssociationId(
const char* value) { m_associationIdHasBeenSet =
true; m_associationId.assign(value); }
74 inline void SetAssociationArn(
const char* value) { m_associationArnHasBeenSet =
true; m_associationArn.assign(value); }
88 inline void SetSourceApiId(
const char* value) { m_sourceApiIdHasBeenSet =
true; m_sourceApiId.assign(value); }
102 inline void SetSourceApiArn(
const char* value) { m_sourceApiArnHasBeenSet =
true; m_sourceApiArn.assign(value); }
116 inline void SetMergedApiArn(
const char* value) { m_mergedApiArnHasBeenSet =
true; m_mergedApiArn.assign(value); }
130 inline void SetMergedApiId(
const char* value) { m_mergedApiIdHasBeenSet =
true; m_mergedApiId.assign(value); }
144 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
204 bool m_associationIdHasBeenSet =
false;
207 bool m_associationArnHasBeenSet =
false;
210 bool m_sourceApiIdHasBeenSet =
false;
213 bool m_sourceApiArnHasBeenSet =
false;
216 bool m_mergedApiArnHasBeenSet =
false;
219 bool m_mergedApiIdHasBeenSet =
false;
222 bool m_descriptionHasBeenSet =
false;
225 bool m_sourceApiAssociationConfigHasBeenSet =
false;
228 bool m_sourceApiAssociationStatusHasBeenSet =
false;
231 bool m_sourceApiAssociationStatusDetailHasBeenSet =
false;
234 bool m_lastSuccessfulMergeDateHasBeenSet =
false;
SourceApiAssociation & WithDescription(const char *value)
void SetLastSuccessfulMergeDate(const Aws::Utils::DateTime &value)
void SetAssociationId(Aws::String &&value)
const Aws::String & GetDescription() const
bool SourceApiIdHasBeenSet() const
const Aws::String & GetSourceApiAssociationStatusDetail() const
void SetAssociationArn(const char *value)
void SetSourceApiArn(const Aws::String &value)
SourceApiAssociation & WithAssociationId(const Aws::String &value)
const Aws::String & GetSourceApiId() const
void SetAssociationArn(Aws::String &&value)
SourceApiAssociation & WithSourceApiId(const Aws::String &value)
void SetMergedApiArn(Aws::String &&value)
void SetSourceApiArn(const char *value)
void SetMergedApiId(const char *value)
void SetSourceApiAssociationStatusDetail(const char *value)
bool SourceApiAssociationConfigHasBeenSet() const
const Aws::Utils::DateTime & GetLastSuccessfulMergeDate() const
SourceApiAssociation & WithLastSuccessfulMergeDate(const Aws::Utils::DateTime &value)
const SourceApiAssociationStatus & GetSourceApiAssociationStatus() const
SourceApiAssociation & WithSourceApiArn(const char *value)
SourceApiAssociation & WithSourceApiAssociationStatus(SourceApiAssociationStatus &&value)
void SetSourceApiAssociationStatusDetail(const Aws::String &value)
SourceApiAssociation & WithMergedApiArn(Aws::String &&value)
void SetAssociationArn(const Aws::String &value)
void SetAssociationId(const char *value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
SourceApiAssociation & WithAssociationArn(const char *value)
bool SourceApiAssociationStatusDetailHasBeenSet() const
void SetDescription(const Aws::String &value)
const Aws::String & GetAssociationArn() const
SourceApiAssociation & WithMergedApiId(const Aws::String &value)
const Aws::String & GetMergedApiId() const
bool DescriptionHasBeenSet() const
void SetSourceApiId(Aws::String &&value)
AWS_APPSYNC_API SourceApiAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceApiAssociation & WithSourceApiId(const char *value)
const SourceApiAssociationConfig & GetSourceApiAssociationConfig() const
SourceApiAssociation & WithDescription(const Aws::String &value)
void SetAssociationId(const Aws::String &value)
SourceApiAssociation & WithSourceApiAssociationConfig(const SourceApiAssociationConfig &value)
SourceApiAssociation & WithAssociationId(Aws::String &&value)
SourceApiAssociation & WithAssociationArn(const Aws::String &value)
AWS_APPSYNC_API SourceApiAssociation()
SourceApiAssociation & WithLastSuccessfulMergeDate(Aws::Utils::DateTime &&value)
SourceApiAssociation & WithSourceApiArn(Aws::String &&value)
bool MergedApiIdHasBeenSet() const
SourceApiAssociation & WithSourceApiArn(const Aws::String &value)
void SetMergedApiId(const Aws::String &value)
SourceApiAssociation & WithMergedApiId(const char *value)
void SetDescription(const char *value)
const Aws::String & GetSourceApiArn() const
SourceApiAssociation & WithMergedApiArn(const Aws::String &value)
SourceApiAssociation & WithSourceApiAssociationStatus(const SourceApiAssociationStatus &value)
bool AssociationIdHasBeenSet() const
bool AssociationArnHasBeenSet() const
void SetDescription(Aws::String &&value)
AWS_APPSYNC_API SourceApiAssociation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMergedApiArn() const
SourceApiAssociation & WithSourceApiAssociationStatusDetail(Aws::String &&value)
void SetLastSuccessfulMergeDate(Aws::Utils::DateTime &&value)
SourceApiAssociation & WithSourceApiAssociationStatusDetail(const char *value)
void SetMergedApiArn(const char *value)
void SetMergedApiId(Aws::String &&value)
bool SourceApiAssociationStatusHasBeenSet() const
void SetSourceApiId(const Aws::String &value)
SourceApiAssociation & WithDescription(Aws::String &&value)
const Aws::String & GetAssociationId() const
void SetSourceApiAssociationStatusDetail(Aws::String &&value)
bool MergedApiArnHasBeenSet() const
SourceApiAssociation & WithSourceApiId(Aws::String &&value)
void SetSourceApiAssociationStatus(const SourceApiAssociationStatus &value)
SourceApiAssociation & WithMergedApiId(Aws::String &&value)
SourceApiAssociation & WithSourceApiAssociationConfig(SourceApiAssociationConfig &&value)
void SetSourceApiAssociationConfig(const SourceApiAssociationConfig &value)
void SetSourceApiAssociationConfig(SourceApiAssociationConfig &&value)
SourceApiAssociation & WithMergedApiArn(const char *value)
void SetSourceApiArn(Aws::String &&value)
bool LastSuccessfulMergeDateHasBeenSet() const
void SetSourceApiId(const char *value)
SourceApiAssociation & WithSourceApiAssociationStatusDetail(const Aws::String &value)
SourceApiAssociation & WithAssociationArn(Aws::String &&value)
bool SourceApiArnHasBeenSet() const
SourceApiAssociation & WithAssociationId(const char *value)
void SetMergedApiArn(const Aws::String &value)
void SetSourceApiAssociationStatus(SourceApiAssociationStatus &&value)
SourceApiAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue