@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBranchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the delete branch request.
| Constructor and Description |
|---|
DeleteBranchResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBranchResult |
clone() |
boolean |
equals(Object obj) |
Branch |
getBranch()
The branch for an Amplify app, which maps to a third-party repository branch.
|
int |
hashCode() |
void |
setBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBranchResult |
withBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
branch - The branch for an Amplify app, which maps to a third-party repository branch.public Branch getBranch()
The branch for an Amplify app, which maps to a third-party repository branch.
public DeleteBranchResult withBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
branch - The branch for an Amplify app, which maps to a third-party repository branch.public String toString()
toString in class ObjectObject.toString()public DeleteBranchResult clone()