@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteParametersRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteParametersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getNames()
The names of the parameters to delete.
|
int |
hashCode() |
void |
setNames(Collection<String> names)
The names of the parameters to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteParametersRequest |
withNames(Collection<String> names)
The names of the parameters to delete.
|
DeleteParametersRequest |
withNames(String... names)
The names of the parameters to delete.
|
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()
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
public void setNames(Collection<String> names)
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
names
- The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create
a parameter with the same name. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
public DeleteParametersRequest withNames(String... names)
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
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
- The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create
a parameter with the same name. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
public DeleteParametersRequest withNames(Collection<String> names)
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
names
- The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create
a parameter with the same name. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
public String toString()
toString
in class Object
Object.toString()
public DeleteParametersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()