#include <Target.h>
Returns information about a target for a pull request.
See Also:
AWS API Reference
Definition at line 32 of file Target.h.
◆ Target() [1/2]
Aws::CodeCommit::Model::Target::Target |
( |
| ) |
|
◆ Target() [2/2]
◆ DestinationReferenceHasBeenSet()
bool Aws::CodeCommit::Model::Target::DestinationReferenceHasBeenSet |
( |
| ) |
const |
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 141 of file Target.h.
◆ GetDestinationReference()
const Aws::String& Aws::CodeCommit::Model::Target::GetDestinationReference |
( |
| ) |
const |
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 135 of file Target.h.
◆ GetRepositoryName()
const Aws::String& Aws::CodeCommit::Model::Target::GetRepositoryName |
( |
| ) |
const |
|
inline |
The name of the repository that contains the pull request.
Definition at line 44 of file Target.h.
◆ GetSourceReference()
const Aws::String& Aws::CodeCommit::Model::Target::GetSourceReference |
( |
| ) |
const |
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 86 of file Target.h.
◆ Jsonize()
◆ operator=()
◆ RepositoryNameHasBeenSet()
bool Aws::CodeCommit::Model::Target::RepositoryNameHasBeenSet |
( |
| ) |
const |
|
inline |
The name of the repository that contains the pull request.
Definition at line 49 of file Target.h.
◆ SetDestinationReference() [1/3]
void Aws::CodeCommit::Model::Target::SetDestinationReference |
( |
Aws::String && |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 153 of file Target.h.
◆ SetDestinationReference() [2/3]
void Aws::CodeCommit::Model::Target::SetDestinationReference |
( |
const Aws::String & |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 147 of file Target.h.
◆ SetDestinationReference() [3/3]
void Aws::CodeCommit::Model::Target::SetDestinationReference |
( |
const char * |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 159 of file Target.h.
◆ SetRepositoryName() [1/3]
void Aws::CodeCommit::Model::Target::SetRepositoryName |
( |
Aws::String && |
value | ) |
|
|
inline |
The name of the repository that contains the pull request.
Definition at line 59 of file Target.h.
◆ SetRepositoryName() [2/3]
void Aws::CodeCommit::Model::Target::SetRepositoryName |
( |
const Aws::String & |
value | ) |
|
|
inline |
The name of the repository that contains the pull request.
Definition at line 54 of file Target.h.
◆ SetRepositoryName() [3/3]
void Aws::CodeCommit::Model::Target::SetRepositoryName |
( |
const char * |
value | ) |
|
|
inline |
The name of the repository that contains the pull request.
Definition at line 64 of file Target.h.
◆ SetSourceReference() [1/3]
void Aws::CodeCommit::Model::Target::SetSourceReference |
( |
Aws::String && |
value | ) |
|
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 104 of file Target.h.
◆ SetSourceReference() [2/3]
void Aws::CodeCommit::Model::Target::SetSourceReference |
( |
const Aws::String & |
value | ) |
|
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 98 of file Target.h.
◆ SetSourceReference() [3/3]
void Aws::CodeCommit::Model::Target::SetSourceReference |
( |
const char * |
value | ) |
|
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 110 of file Target.h.
◆ SourceReferenceHasBeenSet()
bool Aws::CodeCommit::Model::Target::SourceReferenceHasBeenSet |
( |
| ) |
const |
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 92 of file Target.h.
◆ WithDestinationReference() [1/3]
Target& Aws::CodeCommit::Model::Target::WithDestinationReference |
( |
Aws::String && |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 171 of file Target.h.
◆ WithDestinationReference() [2/3]
Target& Aws::CodeCommit::Model::Target::WithDestinationReference |
( |
const Aws::String & |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 165 of file Target.h.
◆ WithDestinationReference() [3/3]
Target& Aws::CodeCommit::Model::Target::WithDestinationReference |
( |
const char * |
value | ) |
|
|
inline |
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Definition at line 177 of file Target.h.
◆ WithRepositoryName() [1/3]
The name of the repository that contains the pull request.
Definition at line 74 of file Target.h.
◆ WithRepositoryName() [2/3]
Target& Aws::CodeCommit::Model::Target::WithRepositoryName |
( |
const Aws::String & |
value | ) |
|
|
inline |
The name of the repository that contains the pull request.
Definition at line 69 of file Target.h.
◆ WithRepositoryName() [3/3]
Target& Aws::CodeCommit::Model::Target::WithRepositoryName |
( |
const char * |
value | ) |
|
|
inline |
The name of the repository that contains the pull request.
Definition at line 79 of file Target.h.
◆ WithSourceReference() [1/3]
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 122 of file Target.h.
◆ WithSourceReference() [2/3]
Target& Aws::CodeCommit::Model::Target::WithSourceReference |
( |
const Aws::String & |
value | ) |
|
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 116 of file Target.h.
◆ WithSourceReference() [3/3]
Target& Aws::CodeCommit::Model::Target::WithSourceReference |
( |
const char * |
value | ) |
|
|
inline |
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Definition at line 128 of file Target.h.
The documentation for this class was generated from the following file:
- aws-cpp-sdk-codecommit/include/aws/codecommit/model/Target.h