@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBranchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a delete branch operation.
Constructor and Description |
---|
DeleteBranchResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBranchResult |
clone() |
boolean |
equals(Object obj) |
BranchInfo |
getDeletedBranch()
Information about the branch deleted by the operation, including the branch name and the commit ID that was the
tip of the branch.
|
int |
hashCode() |
void |
setDeletedBranch(BranchInfo deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was the
tip of the branch.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteBranchResult |
withDeletedBranch(BranchInfo deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was the
tip of the branch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeletedBranch(BranchInfo deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
deletedBranch
- Information about the branch deleted by the operation, including the branch name and the commit ID that
was the tip of the branch.public BranchInfo getDeletedBranch()
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
public DeleteBranchResult withDeletedBranch(BranchInfo deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
deletedBranch
- Information about the branch deleted by the operation, including the branch name and the commit ID that
was the tip of the branch.public String toString()
toString
in class Object
Object.toString()
public DeleteBranchResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.