@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The Lambda function configuration used for recommendations.
| Constructor and Description |
|---|
LambdaFunctionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionConfiguration |
clone() |
boolean |
equals(Object obj) |
ComputeConfiguration |
getCompute()
Details about the compute configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
String |
toString()
Returns a string representation of this object.
|
LambdaFunctionConfiguration |
withCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
public void setCompute(ComputeConfiguration compute)
Details about the compute configuration.
compute - Details about the compute configuration.public ComputeConfiguration getCompute()
Details about the compute configuration.
public LambdaFunctionConfiguration withCompute(ComputeConfiguration compute)
Details about the compute configuration.
compute - Details about the compute configuration.public String toString()
toString in class ObjectObject.toString()public LambdaFunctionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.