@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetBlueprintsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetBlueprintsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetBlueprintsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeBlueprint()
Specifies whether or not to include the blueprint in the response.
|
Boolean |
getIncludeParameterSpec()
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
List<String> |
getNames()
A list of blueprint names.
|
int |
hashCode() |
Boolean |
isIncludeBlueprint()
Specifies whether or not to include the blueprint in the response.
|
Boolean |
isIncludeParameterSpec()
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
void |
setIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
|
void |
setIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
void |
setNames(Collection<String> names)
A list of blueprint names.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetBlueprintsRequest |
withIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
|
BatchGetBlueprintsRequest |
withIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
BatchGetBlueprintsRequest |
withNames(Collection<String> names)
A list of blueprint names.
|
BatchGetBlueprintsRequest |
withNames(String... names)
A list of blueprint names.
|
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> getNames()
A list of blueprint names.
public void setNames(Collection<String> names)
A list of blueprint names.
names
- A list of blueprint names.public BatchGetBlueprintsRequest withNames(String... names)
A list of blueprint names.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- A list of blueprint names.public BatchGetBlueprintsRequest withNames(Collection<String> names)
A list of blueprint names.
names
- A list of blueprint names.public void setIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
includeBlueprint
- Specifies whether or not to include the blueprint in the response.public Boolean getIncludeBlueprint()
Specifies whether or not to include the blueprint in the response.
public BatchGetBlueprintsRequest withIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
includeBlueprint
- Specifies whether or not to include the blueprint in the response.public Boolean isIncludeBlueprint()
Specifies whether or not to include the blueprint in the response.
public void setIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
includeParameterSpec
- Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.public Boolean getIncludeParameterSpec()
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
public BatchGetBlueprintsRequest withIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
includeParameterSpec
- Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.public Boolean isIncludeParameterSpec()
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
public String toString()
toString
in class Object
Object.toString()
public BatchGetBlueprintsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()