@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationGrantRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationGrantRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationGrantRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
Specifies the ARN of the application with the grant to delete.
|
String |
getGrantType()
Specifies the type of grant to delete from the application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application with the grant to delete.
|
void |
setGrantType(String grantType)
Specifies the type of grant to delete from the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationGrantRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application with the grant to delete.
|
DeleteApplicationGrantRequest |
withGrantType(GrantType grantType)
Specifies the type of grant to delete from the application.
|
DeleteApplicationGrantRequest |
withGrantType(String grantType)
Specifies the type of grant to delete from the application.
|
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 void setApplicationArn(String applicationArn)
Specifies the ARN of the application with the grant to delete.
applicationArn
- Specifies the ARN of the application with the grant to delete.public String getApplicationArn()
Specifies the ARN of the application with the grant to delete.
public DeleteApplicationGrantRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application with the grant to delete.
applicationArn
- Specifies the ARN of the application with the grant to delete.public void setGrantType(String grantType)
Specifies the type of grant to delete from the application.
grantType
- Specifies the type of grant to delete from the application.GrantType
public String getGrantType()
Specifies the type of grant to delete from the application.
GrantType
public DeleteApplicationGrantRequest withGrantType(String grantType)
Specifies the type of grant to delete from the application.
grantType
- Specifies the type of grant to delete from the application.GrantType
public DeleteApplicationGrantRequest withGrantType(GrantType grantType)
Specifies the type of grant to delete from the application.
grantType
- Specifies the type of grant to delete from the application.GrantType
public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationGrantRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()