@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBranchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBranchResult() |
Modifier and Type | Method and Description |
---|---|
GetBranchResult |
clone() |
boolean |
equals(Object obj) |
Branch |
getBranch() |
int |
hashCode() |
void |
setBranch(Branch branch) |
String |
toString()
Returns a string representation of this object.
|
GetBranchResult |
withBranch(Branch branch) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBranch(Branch branch)
branch
- public Branch getBranch()
public GetBranchResult withBranch(Branch branch)
branch
- public String toString()
toString
in class Object
Object.toString()
public GetBranchResult clone()