@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfilePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProfilePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProfilePermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
String for specifying the next set of paginated results.
|
String |
getProfileName()
Name of the signing profile containing the cross-account permissions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
String for specifying the next set of paginated results.
|
void |
setProfileName(String profileName)
Name of the signing profile containing the cross-account permissions.
|
String |
toString()
Returns a string representation of this object.
|
ListProfilePermissionsRequest |
withNextToken(String nextToken)
String for specifying the next set of paginated results.
|
ListProfilePermissionsRequest |
withProfileName(String profileName)
Name of the signing profile containing the cross-account permissions.
|
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)
Name of the signing profile containing the cross-account permissions.
profileName
- Name of the signing profile containing the cross-account permissions.public String getProfileName()
Name of the signing profile containing the cross-account permissions.
public ListProfilePermissionsRequest withProfileName(String profileName)
Name of the signing profile containing the cross-account permissions.
profileName
- Name of the signing profile containing the cross-account permissions.public void setNextToken(String nextToken)
String for specifying the next set of paginated results.
nextToken
- String for specifying the next set of paginated results.public String getNextToken()
String for specifying the next set of paginated results.
public ListProfilePermissionsRequest withNextToken(String nextToken)
String for specifying the next set of paginated results.
nextToken
- String for specifying the next set of paginated results.public String toString()
toString
in class Object
Object.toString()
public ListProfilePermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()