@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBranchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the get branch request.
NOOP| Constructor and Description | 
|---|
| GetBranchRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBranchRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAppId()
 The unique ID for an Amplify app. | 
| String | getBranchName()
 The name of the branch. | 
| int | hashCode() | 
| void | setAppId(String appId)
 The unique ID for an Amplify app. | 
| void | setBranchName(String branchName)
 The name of the branch. | 
| String | toString()Returns a string representation of this object. | 
| GetBranchRequest | withAppId(String appId)
 The unique ID for an Amplify app. | 
| GetBranchRequest | withBranchName(String branchName)
 The name of the branch. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAppId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public GetBranchRequest withAppId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.public void setBranchName(String branchName)
The name of the branch.
branchName - The name of the branch.public String getBranchName()
The name of the branch.
public GetBranchRequest withBranchName(String branchName)
The name of the branch.
branchName - The name of the branch.public String toString()
toString in class ObjectObject.toString()public GetBranchRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()