@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBranchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for delete branch request.
Constructor and Description |
---|
DeleteBranchResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBranchResult |
clone() |
boolean |
equals(Object obj) |
Branch |
getBranch()
Branch structure for an Amplify App.
|
int |
hashCode() |
void |
setBranch(Branch branch)
Branch structure for an Amplify App.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBranchResult |
withBranch(Branch branch)
Branch structure for an Amplify App.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBranch(Branch branch)
Branch structure for an Amplify App.
branch
- Branch structure for an Amplify App.public Branch getBranch()
Branch structure for an Amplify App.
public DeleteBranchResult withBranch(Branch branch)
Branch structure for an Amplify App.
branch
- Branch structure for an Amplify App.public String toString()
toString
in class Object
Object.toString()
public DeleteBranchResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.