/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.iotfleetwise.model; import javax.annotation.Generated; /** *
* The request couldn't be completed because it contains signal decoders with one or more validation errors. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class DecoderManifestValidationException extends com.amazonaws.services.iotfleetwise.model.AWSIoTFleetWiseException { private static final long serialVersionUID = 1L; /** ** The request couldn't be completed because of invalid signals in the request. *
*/ private java.util.List* The request couldn't be completed because of invalid network interfaces in the request. *
*/ private java.util.List* The request couldn't be completed because of invalid signals in the request. *
* * @return The request couldn't be completed because of invalid signals in the request. */ @com.fasterxml.jackson.annotation.JsonProperty("invalidSignals") public java.util.List* The request couldn't be completed because of invalid signals in the request. *
* * @param invalidSignals * The request couldn't be completed because of invalid signals in the request. */ @com.fasterxml.jackson.annotation.JsonProperty("invalidSignals") public void setInvalidSignals(java.util.Collection* 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 * {@link #setInvalidSignals(java.util.Collection)} or {@link #withInvalidSignals(java.util.Collection)} if you want * to override the existing values. *
* * @param invalidSignals * The request couldn't be completed because of invalid signals in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public DecoderManifestValidationException withInvalidSignals(InvalidSignalDecoder... invalidSignals) { if (this.invalidSignals == null) { setInvalidSignals(new java.util.ArrayList* The request couldn't be completed because of invalid signals in the request. *
* * @param invalidSignals * The request couldn't be completed because of invalid signals in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public DecoderManifestValidationException withInvalidSignals(java.util.Collection* The request couldn't be completed because of invalid network interfaces in the request. *
* * @return The request couldn't be completed because of invalid network interfaces in the request. */ @com.fasterxml.jackson.annotation.JsonProperty("invalidNetworkInterfaces") public java.util.List* The request couldn't be completed because of invalid network interfaces in the request. *
* * @param invalidNetworkInterfaces * The request couldn't be completed because of invalid network interfaces in the request. */ @com.fasterxml.jackson.annotation.JsonProperty("invalidNetworkInterfaces") public void setInvalidNetworkInterfaces(java.util.Collection* 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 * {@link #setInvalidNetworkInterfaces(java.util.Collection)} or * {@link #withInvalidNetworkInterfaces(java.util.Collection)} if you want to override the existing values. *
* * @param invalidNetworkInterfaces * The request couldn't be completed because of invalid network interfaces in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public DecoderManifestValidationException withInvalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces) { if (this.invalidNetworkInterfaces == null) { setInvalidNetworkInterfaces(new java.util.ArrayList* The request couldn't be completed because of invalid network interfaces in the request. *
* * @param invalidNetworkInterfaces * The request couldn't be completed because of invalid network interfaces in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public DecoderManifestValidationException withInvalidNetworkInterfaces(java.util.Collection