@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAppBlockBuilderAppBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| AssociateAppBlockBuilderAppBlockRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssociateAppBlockBuilderAppBlockRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAppBlockArn()
 The ARN of the app block. | 
| String | getAppBlockBuilderName()
 The name of the app block builder. | 
| int | hashCode() | 
| void | setAppBlockArn(String appBlockArn)
 The ARN of the app block. | 
| void | setAppBlockBuilderName(String appBlockBuilderName)
 The name of the app block builder. | 
| String | toString()Returns a string representation of this object. | 
| AssociateAppBlockBuilderAppBlockRequest | withAppBlockArn(String appBlockArn)
 The ARN of the app block. | 
| AssociateAppBlockBuilderAppBlockRequest | withAppBlockBuilderName(String appBlockBuilderName)
 The name of the app block builder. | 
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 AssociateAppBlockBuilderAppBlockRequest()
public void setAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn - The ARN of the app block.public String getAppBlockArn()
The ARN of the app block.
public AssociateAppBlockBuilderAppBlockRequest withAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn - The ARN of the app block.public void setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName - The name of the app block builder.public String getAppBlockBuilderName()
The name of the app block builder.
public AssociateAppBlockBuilderAppBlockRequest withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName - The name of the app block builder.public String toString()
toString in class ObjectObject.toString()public AssociateAppBlockBuilderAppBlockRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()