@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFolderPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFolderPermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFolderPermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder.
|
String |
getFolderId()
The ID of the folder.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNamespace()
The namespace of the folder whose permissions you want described.
|
String |
getNextToken()
A pagination token for the next set of results.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
void |
setFolderId(String folderId)
The ID of the folder.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNamespace(String namespace)
The namespace of the folder whose permissions you want described.
|
void |
setNextToken(String nextToken)
A pagination token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFolderPermissionsRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
DescribeFolderPermissionsRequest |
withFolderId(String folderId)
The ID of the folder.
|
DescribeFolderPermissionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
DescribeFolderPermissionsRequest |
withNamespace(String namespace)
The namespace of the folder whose permissions you want described.
|
DescribeFolderPermissionsRequest |
withNextToken(String nextToken)
A pagination token for the next set of results.
|
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 setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId
- The ID for the Amazon Web Services account that contains the folder.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder.
public DescribeFolderPermissionsRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId
- The ID for the Amazon Web Services account that contains the folder.public void setFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public String getFolderId()
The ID of the folder.
public DescribeFolderPermissionsRequest withFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public void setNamespace(String namespace)
The namespace of the folder whose permissions you want described.
namespace
- The namespace of the folder whose permissions you want described.public String getNamespace()
The namespace of the folder whose permissions you want described.
public DescribeFolderPermissionsRequest withNamespace(String namespace)
The namespace of the folder whose permissions you want described.
namespace
- The namespace of the folder whose permissions you want described.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public DescribeFolderPermissionsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public void setNextToken(String nextToken)
A pagination token for the next set of results.
nextToken
- A pagination token for the next set of results.public String getNextToken()
A pagination token for the next set of results.
public DescribeFolderPermissionsRequest withNextToken(String nextToken)
A pagination token for the next set of results.
nextToken
- A pagination token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeFolderPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()