@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAppBlockBuilderAppBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateAppBlockBuilderAppBlockRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateAppBlockBuilderAppBlockRequest |
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.
|
DisassociateAppBlockBuilderAppBlockRequest |
withAppBlockArn(String appBlockArn)
The ARN of the app block.
|
DisassociateAppBlockBuilderAppBlockRequest |
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, withSdkRequestTimeout
public DisassociateAppBlockBuilderAppBlockRequest()
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 DisassociateAppBlockBuilderAppBlockRequest 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 DisassociateAppBlockBuilderAppBlockRequest withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName
- The name of the app block builder.public String toString()
toString
in class Object
Object.toString()
public DisassociateAppBlockBuilderAppBlockRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()