@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReceiverConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The receiver configuration for a protected query.
Constructor and Description |
---|
ReceiverConfiguration() |
Modifier and Type | Method and Description |
---|---|
ReceiverConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisType()
The type of analysis for the protected query.
|
ConfigurationDetails |
getConfigurationDetails()
The configuration details of the receiver configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalysisType(String analysisType)
The type of analysis for the protected query.
|
void |
setConfigurationDetails(ConfigurationDetails configurationDetails)
The configuration details of the receiver configuration.
|
String |
toString()
Returns a string representation of this object.
|
ReceiverConfiguration |
withAnalysisType(AnalysisType analysisType)
The type of analysis for the protected query.
|
ReceiverConfiguration |
withAnalysisType(String analysisType)
The type of analysis for the protected query.
|
ReceiverConfiguration |
withConfigurationDetails(ConfigurationDetails configurationDetails)
The configuration details of the receiver configuration.
|
public void setAnalysisType(String analysisType)
The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such
as a query that is a seed for a lookalike ML model.
analysisType
- The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such as a query that is a seed for a lookalike ML model.AnalysisType
public String getAnalysisType()
The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such
as a query that is a seed for a lookalike ML model.
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such as a query that is a seed for a lookalike ML model.AnalysisType
public ReceiverConfiguration withAnalysisType(String analysisType)
The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such
as a query that is a seed for a lookalike ML model.
analysisType
- The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such as a query that is a seed for a lookalike ML model.AnalysisType
public ReceiverConfiguration withAnalysisType(AnalysisType analysisType)
The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such
as a query that is a seed for a lookalike ML model.
analysisType
- The type of analysis for the protected query. The results of the query can be analyzed directly (
DIRECT_ANALYSIS
) or used as input into additional analyses (ADDITIONAL_ANALYSIS
), such as a query that is a seed for a lookalike ML model.AnalysisType
public void setConfigurationDetails(ConfigurationDetails configurationDetails)
The configuration details of the receiver configuration.
configurationDetails
- The configuration details of the receiver configuration.public ConfigurationDetails getConfigurationDetails()
The configuration details of the receiver configuration.
public ReceiverConfiguration withConfigurationDetails(ConfigurationDetails configurationDetails)
The configuration details of the receiver configuration.
configurationDetails
- The configuration details of the receiver configuration.public String toString()
toString
in class Object
Object.toString()
public ReceiverConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.