StructuredPojo
, ToCopyableBuilder<ValidationWarning.Builder,ValidationWarning>
@Generated("software.amazon.awssdk:codegen") public class ValidationWarning extends Object implements StructuredPojo, ToCopyableBuilder<ValidationWarning.Builder,ValidationWarning>
Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ValidationWarning.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ValidationWarning.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the object that contains the validation warning.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ValidationWarning.Builder> |
serializableBuilderClass() |
|
ValidationWarning.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
warnings() |
A description of the validation warning.
|
public String id()
The identifier of the object that contains the validation warning.
public List<String> warnings()
A description of the validation warning.
public ValidationWarning.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ValidationWarning.Builder,ValidationWarning>
public static ValidationWarning.Builder builder()
public static Class<? extends ValidationWarning.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.