@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemInvalidParameterException extends SsmException implements ToCopyableBuilder<OpsItemInvalidParameterException.Builder,OpsItemInvalidParameterException>
A specified parameter argument isn't valid. Verify the available arguments and try again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsItemInvalidParameterException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemInvalidParameterException.Builder |
builder() |
boolean |
hasParameterNames()
Returns true if the ParameterNames property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
parameterNames()
Returns the value of the ParameterNames property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemInvalidParameterException.Builder> |
serializableBuilderClass() |
OpsItemInvalidParameterException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic OpsItemInvalidParameterException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemInvalidParameterException.Builder,OpsItemInvalidParameterException>toBuilder in class SsmExceptionpublic static OpsItemInvalidParameterException.Builder builder()
public static Class<? extends OpsItemInvalidParameterException.Builder> serializableBuilderClass()
public boolean hasParameterNames()
public List<String> parameterNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameterNames() to see if a value was sent in this field.
Copyright © 2019. All rights reserved.