@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProvisionedProductPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProvisionedProductPlanRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProvisionedProductPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
Boolean |
getIgnoreErrors()
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
String |
getPlanId()
The plan identifier.
|
int |
hashCode() |
Boolean |
isIgnoreErrors()
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIgnoreErrors(Boolean ignoreErrors)
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
void |
setPlanId(String planId)
The plan identifier.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProvisionedProductPlanRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
DeleteProvisionedProductPlanRequest |
withIgnoreErrors(Boolean ignoreErrors)
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
DeleteProvisionedProductPlanRequest |
withPlanId(String planId)
The plan identifier.
|
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 setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public DeleteProvisionedProductPlanRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setPlanId(String planId)
The plan identifier.
planId
- The plan identifier.public String getPlanId()
The plan identifier.
public DeleteProvisionedProductPlanRequest withPlanId(String planId)
The plan identifier.
planId
- The plan identifier.public void setIgnoreErrors(Boolean ignoreErrors)
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete
the underlying resources.public Boolean getIgnoreErrors()
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
public DeleteProvisionedProductPlanRequest withIgnoreErrors(Boolean ignoreErrors)
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete
the underlying resources.public Boolean isIgnoreErrors()
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
public String toString()
toString
in class Object
Object.toString()
public DeleteProvisionedProductPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()