@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.ActionGroup
public String getActionGroup()
The list of actions that the users and roles can perform on the profiling group.
ActionGroup
public 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.ActionGroup
public 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.ActionGroup
public 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 Object
Object.toString()
public RemovePermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.