@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostCommentForComparedCommitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PostCommentForComparedCommitResult() |
Modifier and Type | Method and Description |
---|---|
PostCommentForComparedCommitResult |
clone() |
boolean |
equals(Object obj) |
String |
getAfterBlobId()
In the directionality you established, the blob ID of the after blob.
|
String |
getAfterCommitId()
In the directionality you established, the full commit ID of the after commit.
|
String |
getBeforeBlobId()
In the directionality you established, the blob ID of the before blob.
|
String |
getBeforeCommitId()
In the directionality you established, the full commit ID of the before commit.
|
Comment |
getComment()
The content of the comment you posted.
|
Location |
getLocation()
The location of the comment in the comparison between the two commits.
|
String |
getRepositoryName()
The name of the repository where you posted a comment on the comparison between commits.
|
int |
hashCode() |
void |
setAfterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
|
void |
setAfterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
|
void |
setBeforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
|
void |
setBeforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
|
void |
setComment(Comment comment)
The content of the comment you posted.
|
void |
setLocation(Location location)
The location of the comment in the comparison between the two commits.
|
void |
setRepositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
|
String |
toString()
Returns a string representation of this object.
|
PostCommentForComparedCommitResult |
withAfterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
|
PostCommentForComparedCommitResult |
withAfterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
|
PostCommentForComparedCommitResult |
withBeforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
|
PostCommentForComparedCommitResult |
withBeforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
|
PostCommentForComparedCommitResult |
withComment(Comment comment)
The content of the comment you posted.
|
PostCommentForComparedCommitResult |
withLocation(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResult |
withRepositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
repositoryName
- The name of the repository where you posted a comment on the comparison between commits.public String getRepositoryName()
The name of the repository where you posted a comment on the comparison between commits.
public PostCommentForComparedCommitResult withRepositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
repositoryName
- The name of the repository where you posted a comment on the comparison between commits.public void setBeforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
beforeCommitId
- In the directionality you established, the full commit ID of the before commit.public String getBeforeCommitId()
In the directionality you established, the full commit ID of the before commit.
public PostCommentForComparedCommitResult withBeforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
beforeCommitId
- In the directionality you established, the full commit ID of the before commit.public void setAfterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
afterCommitId
- In the directionality you established, the full commit ID of the after commit.public String getAfterCommitId()
In the directionality you established, the full commit ID of the after commit.
public PostCommentForComparedCommitResult withAfterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
afterCommitId
- In the directionality you established, the full commit ID of the after commit.public void setBeforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
beforeBlobId
- In the directionality you established, the blob ID of the before blob.public String getBeforeBlobId()
In the directionality you established, the blob ID of the before blob.
public PostCommentForComparedCommitResult withBeforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
beforeBlobId
- In the directionality you established, the blob ID of the before blob.public void setAfterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
afterBlobId
- In the directionality you established, the blob ID of the after blob.public String getAfterBlobId()
In the directionality you established, the blob ID of the after blob.
public PostCommentForComparedCommitResult withAfterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
afterBlobId
- In the directionality you established, the blob ID of the after blob.public void setLocation(Location location)
The location of the comment in the comparison between the two commits.
location
- The location of the comment in the comparison between the two commits.public Location getLocation()
The location of the comment in the comparison between the two commits.
public PostCommentForComparedCommitResult withLocation(Location location)
The location of the comment in the comparison between the two commits.
location
- The location of the comment in the comparison between the two commits.public void setComment(Comment comment)
The content of the comment you posted.
comment
- The content of the comment you posted.public Comment getComment()
The content of the comment you posted.
public PostCommentForComparedCommitResult withComment(Comment comment)
The content of the comment you posted.
comment
- The content of the comment you posted.public String toString()
toString
in class Object
Object.toString()
public PostCommentForComparedCommitResult clone()