@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeTypeConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchDescribeTypeConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeTypeConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
List<TypeConfigurationIdentifier> |
getTypeConfigurationIdentifiers()
The list of identifiers for the desired extension configurations.
|
int |
hashCode() |
void |
setTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
String |
toString()
Returns a string representation of this object.
|
BatchDescribeTypeConfigurationsRequest |
withTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
BatchDescribeTypeConfigurationsRequest |
withTypeConfigurationIdentifiers(TypeConfigurationIdentifier... typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic BatchDescribeTypeConfigurationsRequest()
public List<TypeConfigurationIdentifier> getTypeConfigurationIdentifiers()
The list of identifiers for the desired extension configurations.
public void setTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
typeConfigurationIdentifiers - The list of identifiers for the desired extension configurations.public BatchDescribeTypeConfigurationsRequest withTypeConfigurationIdentifiers(TypeConfigurationIdentifier... typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
NOTE: This method appends the values to the existing list (if any). Use
setTypeConfigurationIdentifiers(java.util.Collection) or
withTypeConfigurationIdentifiers(java.util.Collection) if you want to override the existing values.
typeConfigurationIdentifiers - The list of identifiers for the desired extension configurations.public BatchDescribeTypeConfigurationsRequest withTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
typeConfigurationIdentifiers - The list of identifiers for the desired extension configurations.public String toString()
toString in class ObjectObject.toString()public BatchDescribeTypeConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.