@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InspectorServiceAttributes extends Object implements Serializable, Cloneable, StructuredPojo
This data type is used in the Finding data type.
Constructor and Description |
---|
InspectorServiceAttributes() |
Modifier and Type | Method and Description |
---|---|
InspectorServiceAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN of the assessment run during which the finding is generated.
|
String |
getRulesPackageArn()
The ARN of the rules package that is used to generate the finding.
|
Integer |
getSchemaVersion()
The schema version of this data type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
|
void |
setRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
|
void |
setSchemaVersion(Integer schemaVersion)
The schema version of this data type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InspectorServiceAttributes |
withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
|
InspectorServiceAttributes |
withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
|
InspectorServiceAttributes |
withSchemaVersion(Integer schemaVersion)
The schema version of this data type.
|
public void setSchemaVersion(Integer schemaVersion)
The schema version of this data type.
schemaVersion
- The schema version of this data type.public Integer getSchemaVersion()
The schema version of this data type.
public InspectorServiceAttributes withSchemaVersion(Integer schemaVersion)
The schema version of this data type.
schemaVersion
- The schema version of this data type.public void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.public String getAssessmentRunArn()
The ARN of the assessment run during which the finding is generated.
public InspectorServiceAttributes withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.public void setRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.public String getRulesPackageArn()
The ARN of the rules package that is used to generate the finding.
public InspectorServiceAttributes withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.public String toString()
toString
in class Object
Object.toString()
public InspectorServiceAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.