@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceKeyword extends Object implements Serializable, Cloneable, StructuredPojo
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services 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 keyword.
|
String |
getKeywordValue()
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web
Services 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 keyword.
|
void |
setKeywordValue(String keywordValue)
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web
Services 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 keyword.
|
SourceKeyword |
withKeywordInputType(String keywordInputType)
The method of input for the keyword.
|
SourceKeyword |
withKeywordValue(String keywordValue)
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web
Services API names when mapping a control data source.
|
public void setKeywordInputType(String keywordInputType)
The method of input for the keyword.
keywordInputType
- The method of input for the keyword.KeywordInputType
public String getKeywordInputType()
The method of input for the keyword.
KeywordInputType
public SourceKeyword withKeywordInputType(String keywordInputType)
The method of input for the keyword.
keywordInputType
- The method of input for the keyword.KeywordInputType
public SourceKeyword withKeywordInputType(KeywordInputType keywordInputType)
The method of input for the keyword.
keywordInputType
- The method of input for the keyword.KeywordInputType
public void setKeywordValue(String keywordValue)
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
keywordValue
- The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and
Amazon Web Services API names when mapping a control data source.public String getKeywordValue()
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
public SourceKeyword withKeywordValue(String keywordValue)
The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
keywordValue
- The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and
Amazon Web Services API names when mapping a control data source.public String toString()
toString
in class Object
Object.toString()
public SourceKeyword clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.