@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceKeyword extends Object implements Serializable, Cloneable, StructuredPojo
The keyword to search for in AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names.
| Constructor and Description |
|---|
SourceKeyword() |
| Modifier and Type | Method and Description |
|---|---|
SourceKeyword |
clone() |
boolean |
equals(Object obj) |
String |
getKeywordInputType()
The method of input for the specified keyword.
|
String |
getKeywordValue()
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS
API names when mapping a control data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKeywordInputType(String keywordInputType)
The method of input for the specified keyword.
|
void |
setKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS
API names when mapping a control data source.
|
String |
toString()
Returns a string representation of this object.
|
SourceKeyword |
withKeywordInputType(KeywordInputType keywordInputType)
The method of input for the specified keyword.
|
SourceKeyword |
withKeywordInputType(String keywordInputType)
The method of input for the specified keyword.
|
SourceKeyword |
withKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS
API names when mapping a control data source.
|
public void setKeywordInputType(String keywordInputType)
The method of input for the specified keyword.
keywordInputType - The method of input for the specified keyword.KeywordInputTypepublic String getKeywordInputType()
The method of input for the specified keyword.
KeywordInputTypepublic SourceKeyword withKeywordInputType(String keywordInputType)
The method of input for the specified keyword.
keywordInputType - The method of input for the specified keyword.KeywordInputTypepublic SourceKeyword withKeywordInputType(KeywordInputType keywordInputType)
The method of input for the specified keyword.
keywordInputType - The method of input for the specified keyword.KeywordInputTypepublic void setKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names when mapping a control data source.
keywordValue - The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks,
and AWS API names when mapping a control data source.public String getKeywordValue()
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names when mapping a control data source.
public SourceKeyword withKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names when mapping a control data source.
keywordValue - The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks,
and AWS API names when mapping a control data source.public String toString()
toString in class ObjectObject.toString()public SourceKeyword clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.