@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReceivedGrantsForOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListReceivedGrantsForOrganizationRequest() |
Modifier and Type | Method and Description |
---|---|
ListReceivedGrantsForOrganizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Filters to scope the results.
|
String |
getLicenseArn()
The Amazon Resource Name (ARN) of the received license.
|
Integer |
getMaxResults()
Maximum number of results to return in a single call.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filters to scope the results.
|
void |
setLicenseArn(String licenseArn)
The Amazon Resource Name (ARN) of the received license.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListReceivedGrantsForOrganizationRequest |
withFilters(Collection<Filter> filters)
Filters to scope the results.
|
ListReceivedGrantsForOrganizationRequest |
withFilters(Filter... filters)
Filters to scope the results.
|
ListReceivedGrantsForOrganizationRequest |
withLicenseArn(String licenseArn)
The Amazon Resource Name (ARN) of the received license.
|
ListReceivedGrantsForOrganizationRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListReceivedGrantsForOrganizationRequest |
withNextToken(String nextToken)
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 ListReceivedGrantsForOrganizationRequest()
public void setLicenseArn(String licenseArn)
The Amazon Resource Name (ARN) of the received license.
licenseArn
- The Amazon Resource Name (ARN) of the received license.public String getLicenseArn()
The Amazon Resource Name (ARN) of the received license.
public ListReceivedGrantsForOrganizationRequest withLicenseArn(String licenseArn)
The Amazon Resource Name (ARN) of the received license.
licenseArn
- The Amazon Resource Name (ARN) of the received license.public List<Filter> getFilters()
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
ParentArn
GranteePrincipalArn
public void setFilters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
filters
- Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
public ListReceivedGrantsForOrganizationRequest withFilters(Filter... filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
public ListReceivedGrantsForOrganizationRequest withFilters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
filters
- Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListReceivedGrantsForOrganizationRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public void setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public Integer getMaxResults()
Maximum number of results to return in a single call.
public ListReceivedGrantsForOrganizationRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListReceivedGrantsForOrganizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()