@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.
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 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 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 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.KeywordInputType
public String getKeywordInputType()
The method of input for the specified keyword.
KeywordInputType
public SourceKeyword withKeywordInputType(String keywordInputType)
The method of input for the specified keyword.
keywordInputType
- The method of input for the specified keyword.KeywordInputType
public SourceKeyword withKeywordInputType(KeywordInputType keywordInputType)
The method of input for the specified keyword.
keywordInputType
- The method of input for the specified keyword.KeywordInputType
public void setKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs when mapping a control data source.
keywordValue
- The value of the keyword used to search AWS CloudTrail logs when mapping a control data source.public String getKeywordValue()
The value of the keyword used to search AWS CloudTrail logs when mapping a control data source.
public SourceKeyword withKeywordValue(String keywordValue)
The value of the keyword used to search AWS CloudTrail logs when mapping a control data source.
keywordValue
- The value of the keyword used to search AWS CloudTrail logs 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.