7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/codeguru-reviewer/model/ProviderType.h>
11#include <aws/codeguru-reviewer/model/RepositoryAssociationState.h>
24namespace CodeGuruReviewer
55 template<
typename AssociationArnT = Aws::String>
56 void SetAssociationArn(AssociationArnT&& value) { m_associationArnHasBeenSet =
true; m_associationArn = std::forward<AssociationArnT>(value); }
57 template<
typename AssociationArnT = Aws::String>
72 template<
typename ConnectionArnT = Aws::String>
73 void SetConnectionArn(ConnectionArnT&& value) { m_connectionArnHasBeenSet =
true; m_connectionArn = std::forward<ConnectionArnT>(value); }
74 template<
typename ConnectionArnT = Aws::String>
85 template<
typename LastUpdatedTimeStampT = Aws::Utils::DateTime>
86 void SetLastUpdatedTimeStamp(LastUpdatedTimeStampT&& value) { m_lastUpdatedTimeStampHasBeenSet =
true; m_lastUpdatedTimeStamp = std::forward<LastUpdatedTimeStampT>(value); }
87 template<
typename LastUpdatedTimeStampT = Aws::Utils::DateTime>
97 template<
typename AssociationIdT = Aws::String>
98 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
99 template<
typename AssociationIdT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
125 template<
typename OwnerT = Aws::String>
126 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
127 template<
typename OwnerT = Aws::String>
174 bool m_associationArnHasBeenSet =
false;
177 bool m_connectionArnHasBeenSet =
false;
180 bool m_lastUpdatedTimeStampHasBeenSet =
false;
183 bool m_associationIdHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
189 bool m_ownerHasBeenSet =
false;
192 bool m_providerTypeHasBeenSet =
false;
195 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