@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLicenseVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLicenseVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLicenseArn()
Amazon Resource Name (ARN) of the 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 |
setLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the 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.
|
ListLicenseVersionsRequest |
withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
ListLicenseVersionsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseVersionsRequest |
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 void setLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
licenseArn
- Amazon Resource Name (ARN) of the license.public String getLicenseArn()
Amazon Resource Name (ARN) of the license.
public ListLicenseVersionsRequest withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
licenseArn
- Amazon Resource Name (ARN) of the license.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 ListLicenseVersionsRequest 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 ListLicenseVersionsRequest 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 ListLicenseVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()