@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemovePermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The structure representing the removePermissionRequest.
NOOP| Constructor and Description |
|---|
RemovePermissionRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getActionGroup()
The list of actions that the users and roles can perform on the profiling group.
|
String |
getProfilingGroupName()
The name of the profiling group.
|
String |
getRevisionId()
A unique identifier for the current revision of the policy.
|
int |
hashCode() |
void |
setActionGroup(String actionGroup)
The list of actions that the users and roles can perform on the profiling group.
|
void |
setProfilingGroupName(String profilingGroupName)
The name of the profiling group.
|
void |
setRevisionId(String revisionId)
A unique identifier for the current revision of the policy.
|
String |
toString()
Returns a string representation of this object.
|
RemovePermissionRequest |
withActionGroup(ActionGroup actionGroup)
The list of actions that the users and roles can perform on the profiling group.
|
RemovePermissionRequest |
withActionGroup(String actionGroup)
The list of actions that the users and roles can perform on the profiling group.
|
RemovePermissionRequest |
withProfilingGroupName(String profilingGroupName)
The name of the profiling group.
|
RemovePermissionRequest |
withRevisionId(String revisionId)
A unique identifier for the current revision of the policy.
|
addHandlerContext, copyBaseTo, 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 setActionGroup(String actionGroup)
The list of actions that the users and roles can perform on the profiling group.
actionGroup - The list of actions that the users and roles can perform on the profiling group.ActionGrouppublic String getActionGroup()
The list of actions that the users and roles can perform on the profiling group.
ActionGrouppublic RemovePermissionRequest withActionGroup(String actionGroup)
The list of actions that the users and roles can perform on the profiling group.
actionGroup - The list of actions that the users and roles can perform on the profiling group.ActionGrouppublic RemovePermissionRequest withActionGroup(ActionGroup actionGroup)
The list of actions that the users and roles can perform on the profiling group.
actionGroup - The list of actions that the users and roles can perform on the profiling group.ActionGrouppublic void setProfilingGroupName(String profilingGroupName)
The name of the profiling group.
profilingGroupName - The name of the profiling group.public String getProfilingGroupName()
The name of the profiling group.
public RemovePermissionRequest withProfilingGroupName(String profilingGroupName)
The name of the profiling group.
profilingGroupName - The name of the profiling group.public void setRevisionId(String revisionId)
A unique identifier for the current revision of the policy.
revisionId - A unique identifier for the current revision of the policy.public String getRevisionId()
A unique identifier for the current revision of the policy.
public RemovePermissionRequest withRevisionId(String revisionId)
A unique identifier for the current revision of the policy.
revisionId - A unique identifier for the current revision of the policy.public String toString()
toString in class ObjectObject.toString()public RemovePermissionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.