@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveProfilePermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveProfilePermissionRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveProfilePermissionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProfileName()
A human-readable name for the signing profile with permissions to be removed.
|
String |
getRevisionId()
An identifier for the current revision of the signing profile permissions.
|
String |
getStatementId()
A unique identifier for the cross-account permissions statement.
|
int |
hashCode() |
void |
setProfileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
|
void |
setRevisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
|
void |
setStatementId(String statementId)
A unique identifier for the cross-account permissions statement.
|
String |
toString()
Returns a string representation of this object.
|
RemoveProfilePermissionRequest |
withProfileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
|
RemoveProfilePermissionRequest |
withRevisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
|
RemoveProfilePermissionRequest |
withStatementId(String statementId)
A unique identifier for the cross-account permissions statement.
|
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 setProfileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
profileName
- A human-readable name for the signing profile with permissions to be removed.public String getProfileName()
A human-readable name for the signing profile with permissions to be removed.
public RemoveProfilePermissionRequest withProfileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
profileName
- A human-readable name for the signing profile with permissions to be removed.public void setRevisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
revisionId
- An identifier for the current revision of the signing profile permissions.public String getRevisionId()
An identifier for the current revision of the signing profile permissions.
public RemoveProfilePermissionRequest withRevisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
revisionId
- An identifier for the current revision of the signing profile permissions.public void setStatementId(String statementId)
A unique identifier for the cross-account permissions statement.
statementId
- A unique identifier for the cross-account permissions statement.public String getStatementId()
A unique identifier for the cross-account permissions statement.
public RemoveProfilePermissionRequest withStatementId(String statementId)
A unique identifier for the cross-account permissions statement.
statementId
- A unique identifier for the cross-account permissions statement.public String toString()
toString
in class Object
Object.toString()
public RemoveProfilePermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()