7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/codeguru-reviewer/model/ProviderType.h>
9#include <aws/codeguru-reviewer/model/RepositoryAssociationState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CodeGuruReviewer {
49 template <
typename AssociationArnT = Aws::String>
51 m_associationArnHasBeenSet =
true;
52 m_associationArn = std::forward<AssociationArnT>(value);
54 template <
typename AssociationArnT = Aws::String>
72 template <
typename ConnectionArnT = Aws::String>
74 m_connectionArnHasBeenSet =
true;
75 m_connectionArn = std::forward<ConnectionArnT>(value);
77 template <
typename ConnectionArnT = Aws::String>
91 template <
typename LastUpdatedTimeStampT = Aws::Utils::DateTime>
93 m_lastUpdatedTimeStampHasBeenSet =
true;
94 m_lastUpdatedTimeStamp = std::forward<LastUpdatedTimeStampT>(value);
96 template <
typename LastUpdatedTimeStampT = Aws::Utils::DateTime>
109 template <
typename AssociationIdT = Aws::String>
111 m_associationIdHasBeenSet =
true;
112 m_associationId = std::forward<AssociationIdT>(value);
114 template <
typename AssociationIdT = Aws::String>
127 template <
typename NameT = Aws::String>
129 m_nameHasBeenSet =
true;
130 m_name = std::forward<NameT>(value);
132 template <
typename NameT = Aws::String>
134 SetName(std::forward<NameT>(value));
149 template <
typename OwnerT = Aws::String>
151 m_ownerHasBeenSet =
true;
152 m_owner = std::forward<OwnerT>(value);
154 template <
typename OwnerT = Aws::String>
156 SetOwner(std::forward<OwnerT>(value));
168 m_providerTypeHasBeenSet =
true;
169 m_providerType = value;
205 m_stateHasBeenSet =
true;
229 bool m_associationArnHasBeenSet =
false;
230 bool m_connectionArnHasBeenSet =
false;
231 bool m_lastUpdatedTimeStampHasBeenSet =
false;
232 bool m_associationIdHasBeenSet =
false;
233 bool m_nameHasBeenSet =
false;
234 bool m_ownerHasBeenSet =
false;
235 bool m_providerTypeHasBeenSet =
false;
236 bool m_stateHasBeenSet =
false;
bool StateHasBeenSet() const
bool NameHasBeenSet() const
bool LastUpdatedTimeStampHasBeenSet() const
RepositoryAssociationState GetState() const
void SetName(NameT &&value)
bool ConnectionArnHasBeenSet() const
void SetLastUpdatedTimeStamp(LastUpdatedTimeStampT &&value)
AWS_CODEGURUREVIEWER_API RepositoryAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ProviderTypeHasBeenSet() const
RepositoryAssociationSummary & WithProviderType(ProviderType value)
void SetProviderType(ProviderType value)
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAssociationArn() const
const Aws::Utils::DateTime & GetLastUpdatedTimeStamp() const
RepositoryAssociationSummary & WithAssociationId(AssociationIdT &&value)
bool AssociationIdHasBeenSet() const
void SetAssociationArn(AssociationArnT &&value)
bool OwnerHasBeenSet() const
RepositoryAssociationSummary & WithOwner(OwnerT &&value)
void SetState(RepositoryAssociationState value)
void SetAssociationId(AssociationIdT &&value)
RepositoryAssociationSummary & WithConnectionArn(ConnectionArnT &&value)
RepositoryAssociationSummary & WithLastUpdatedTimeStamp(LastUpdatedTimeStampT &&value)
RepositoryAssociationSummary & WithAssociationArn(AssociationArnT &&value)
RepositoryAssociationSummary & WithState(RepositoryAssociationState value)
void SetOwner(OwnerT &&value)
const Aws::String & GetAssociationId() const
const Aws::String & GetOwner() const
AWS_CODEGURUREVIEWER_API RepositoryAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUREVIEWER_API RepositoryAssociationSummary()=default
void SetConnectionArn(ConnectionArnT &&value)
ProviderType GetProviderType() const
bool AssociationArnHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetConnectionArn() const
RepositoryAssociationSummary & WithName(NameT &&value)
RepositoryAssociationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue