@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecoderManifestValidationException extends AWSIoTFleetWiseException
The request couldn't be completed because it contains signal decoders with one or more validation errors.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DecoderManifestValidationException(String message)
Constructs a new DecoderManifestValidationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
List<InvalidNetworkInterface> |
getInvalidNetworkInterfaces()
The request couldn't be completed because of invalid network interfaces in the request.
|
List<InvalidSignalDecoder> |
getInvalidSignals()
The request couldn't be completed because of invalid signals in the request.
|
void |
setInvalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
|
void |
setInvalidSignals(Collection<InvalidSignalDecoder> invalidSignals)
The request couldn't be completed because of invalid signals in the request.
|
DecoderManifestValidationException |
withInvalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
|
DecoderManifestValidationException |
withInvalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
|
DecoderManifestValidationException |
withInvalidSignals(Collection<InvalidSignalDecoder> invalidSignals)
The request couldn't be completed because of invalid signals in the request.
|
DecoderManifestValidationException |
withInvalidSignals(InvalidSignalDecoder... invalidSignals)
The request couldn't be completed because of invalid signals in the request.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DecoderManifestValidationException(String message)
message
- Describes the error encountered.public List<InvalidSignalDecoder> getInvalidSignals()
The request couldn't be completed because of invalid signals in the request.
public void setInvalidSignals(Collection<InvalidSignalDecoder> invalidSignals)
The request couldn't be completed because of invalid signals in the request.
invalidSignals
- The request couldn't be completed because of invalid signals in the request.public DecoderManifestValidationException withInvalidSignals(InvalidSignalDecoder... invalidSignals)
The request couldn't be completed because of invalid signals in the request.
NOTE: This method appends the values to the existing list (if any). Use
setInvalidSignals(java.util.Collection)
or withInvalidSignals(java.util.Collection)
if you want
to override the existing values.
invalidSignals
- The request couldn't be completed because of invalid signals in the request.public DecoderManifestValidationException withInvalidSignals(Collection<InvalidSignalDecoder> invalidSignals)
The request couldn't be completed because of invalid signals in the request.
invalidSignals
- The request couldn't be completed because of invalid signals in the request.public List<InvalidNetworkInterface> getInvalidNetworkInterfaces()
The request couldn't be completed because of invalid network interfaces in the request.
public void setInvalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
invalidNetworkInterfaces
- The request couldn't be completed because of invalid network interfaces in the request.public DecoderManifestValidationException withInvalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
NOTE: This method appends the values to the existing list (if any). Use
setInvalidNetworkInterfaces(java.util.Collection)
or
withInvalidNetworkInterfaces(java.util.Collection)
if you want to override the existing values.
invalidNetworkInterfaces
- The request couldn't be completed because of invalid network interfaces in the request.public DecoderManifestValidationException withInvalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
invalidNetworkInterfaces
- The request couldn't be completed because of invalid network interfaces in the request.