7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/CodeCommitRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codecommit/model/PullRequestEventType.h>
47 inline void SetPullRequestId(
const char* value) { m_pullRequestIdHasBeenSet =
true; m_pullRequestId.assign(value); }
76 inline void SetActorArn(
const char* value) { m_actorArnHasBeenSet =
true; m_actorArn.assign(value); }
91 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
105 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
111 bool m_pullRequestIdHasBeenSet =
false;
114 bool m_pullRequestEventTypeHasBeenSet =
false;
117 bool m_actorArnHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
DescribePullRequestEventsRequest & WithPullRequestId(const char *value)
AWS_CODECOMMIT_API DescribePullRequestEventsRequest()
bool ActorArnHasBeenSet() const
const Aws::String & GetNextToken() const
DescribePullRequestEventsRequest & WithActorArn(const Aws::String &value)
DescribePullRequestEventsRequest & WithActorArn(const char *value)
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PullRequestIdHasBeenSet() const
void SetActorArn(Aws::String &&value)
void SetPullRequestEventType(PullRequestEventType &&value)
bool NextTokenHasBeenSet() const
void SetPullRequestId(const char *value)
int GetMaxResults() const
void SetPullRequestEventType(const PullRequestEventType &value)
void SetActorArn(const char *value)
DescribePullRequestEventsRequest & WithActorArn(Aws::String &&value)
void SetPullRequestId(const Aws::String &value)
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
DescribePullRequestEventsRequest & WithPullRequestId(const Aws::String &value)
DescribePullRequestEventsRequest & WithPullRequestId(Aws::String &&value)
const Aws::String & GetActorArn() const
DescribePullRequestEventsRequest & WithMaxResults(int value)
DescribePullRequestEventsRequest & WithPullRequestEventType(const PullRequestEventType &value)
void SetActorArn(const Aws::String &value)
const Aws::String & GetPullRequestId() const
void SetNextToken(Aws::String &&value)
void SetMaxResults(int value)
DescribePullRequestEventsRequest & WithNextToken(const Aws::String &value)
DescribePullRequestEventsRequest & WithPullRequestEventType(PullRequestEventType &&value)
DescribePullRequestEventsRequest & WithNextToken(Aws::String &&value)
bool PullRequestEventTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
void SetPullRequestId(Aws::String &&value)
DescribePullRequestEventsRequest & WithNextToken(const char *value)
const PullRequestEventType & GetPullRequestEventType() const
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String