@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlueprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBlueprintRequest() |
Modifier and Type | Method and Description |
---|---|
GetBlueprintRequest |
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 parameter specification.
|
String |
getName()
The name of the blueprint.
|
int |
hashCode() |
Boolean |
isIncludeBlueprint()
Specifies whether or not to include the blueprint in the response.
|
Boolean |
isIncludeParameterSpec()
Specifies whether or not to include the parameter specification.
|
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 parameter specification.
|
void |
setName(String name)
The name of the blueprint.
|
String |
toString()
Returns a string representation of this object.
|
GetBlueprintRequest |
withIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
|
GetBlueprintRequest |
withIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameter specification.
|
GetBlueprintRequest |
withName(String name)
The name of the blueprint.
|
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 void setName(String name)
The name of the blueprint.
name
- The name of the blueprint.public String getName()
The name of the blueprint.
public GetBlueprintRequest withName(String name)
The name of the blueprint.
name
- The name of the blueprint.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 GetBlueprintRequest 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 parameter specification.
includeParameterSpec
- Specifies whether or not to include the parameter specification.public Boolean getIncludeParameterSpec()
Specifies whether or not to include the parameter specification.
public GetBlueprintRequest withIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameter specification.
includeParameterSpec
- Specifies whether or not to include the parameter specification.public Boolean isIncludeParameterSpec()
Specifies whether or not to include the parameter specification.
public String toString()
toString
in class Object
Object.toString()
public GetBlueprintRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()