StructuredPojo
, ToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
@Generated("software.amazon.awssdk:codegen") public class InspectorServiceAttributes extends Object implements StructuredPojo, ToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
This data type is used in the Finding data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InspectorServiceAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
assessmentRunArn() |
The ARN of the assessment run during which the finding is generated.
|
static InspectorServiceAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
rulesPackageArn() |
The ARN of the rules package that is used to generate the finding.
|
Integer |
schemaVersion() |
The schema version of this data type.
|
static Class<? extends InspectorServiceAttributes.Builder> |
serializableBuilderClass() |
|
InspectorServiceAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer schemaVersion()
The schema version of this data type.
public String assessmentRunArn()
The ARN of the assessment run during which the finding is generated.
public String rulesPackageArn()
The ARN of the rules package that is used to generate the finding.
public InspectorServiceAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
public static InspectorServiceAttributes.Builder builder()
public static Class<? extends InspectorServiceAttributes.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.