@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFailuresForLicenseConfigurationOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFailuresForLicenseConfigurationOperationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFailuresForLicenseConfigurationOperationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
Amazon Resource Name of the license configuration.
|
Integer |
getMaxResults()
Maximum number of results to return in a single call.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name of the license configuration.
|
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.
|
ListFailuresForLicenseConfigurationOperationsRequest |
withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name of the license configuration.
|
ListFailuresForLicenseConfigurationOperationsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListFailuresForLicenseConfigurationOperationsRequest |
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 ListFailuresForLicenseConfigurationOperationsRequest()
public void setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name of the license configuration.
licenseConfigurationArn
- Amazon Resource Name of the license configuration.public String getLicenseConfigurationArn()
Amazon Resource Name of the license configuration.
public ListFailuresForLicenseConfigurationOperationsRequest withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name of the license configuration.
licenseConfigurationArn
- Amazon Resource Name of the license configuration.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 ListFailuresForLicenseConfigurationOperationsRequest 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 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 ListFailuresForLicenseConfigurationOperationsRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListFailuresForLicenseConfigurationOperationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()