@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLicenseConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLicenseConfigurationsRequest |
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.
|
List<String> |
getLicenseConfigurationArns()
Amazon Resource Names (ARN) of the license configurations.
|
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 |
setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
|
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.
|
ListLicenseConfigurationsRequest |
withFilters(Collection<Filter> filters)
Filters to scope the results.
|
ListLicenseConfigurationsRequest |
withFilters(Filter... filters)
Filters to scope the results.
|
ListLicenseConfigurationsRequest |
withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
|
ListLicenseConfigurationsRequest |
withLicenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
|
ListLicenseConfigurationsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseConfigurationsRequest |
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 List<String> getLicenseConfigurationArns()
Amazon Resource Names (ARN) of the license configurations.
public void setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
licenseConfigurationArns
- Amazon Resource Names (ARN) of the license configurations.public ListLicenseConfigurationsRequest withLicenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationArns(java.util.Collection)
or
withLicenseConfigurationArns(java.util.Collection)
if you want to override the existing values.
licenseConfigurationArns
- Amazon Resource Names (ARN) of the license configurations.public ListLicenseConfigurationsRequest withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
licenseConfigurationArns
- Amazon Resource Names (ARN) of the license configurations.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 ListLicenseConfigurationsRequest 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 ListLicenseConfigurationsRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public List<Filter> getFilters()
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators
are EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
public void setFilters(Collection<Filter> filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
filters
- Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
public ListLicenseConfigurationsRequest withFilters(Filter... filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
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 and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
public ListLicenseConfigurationsRequest withFilters(Collection<Filter> filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
filters
- Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType
- The dimension for which licenses are counted. Possible values are
vCPU
| Instance
| Core
| Socket
. Logical operators are
EQUALS
| NOT_EQUALS
.
enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS
| NOT_EQUALS
.
usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS
| NOT_EQUALS
.
public String toString()
toString
in class Object
Object.toString()
public ListLicenseConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()