@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public BatchDescribeTypeConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()