@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferencePredictorSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the reference predictor used when retraining or upgrading a predictor.
| Constructor and Description | 
|---|
| ReferencePredictorSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferencePredictorSummary | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of the reference predictor. | 
| String | getState()
 Whether the reference predictor is  ActiveorDeleted. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArn(String arn)
 The ARN of the reference predictor. | 
| void | setState(String state)
 Whether the reference predictor is  ActiveorDeleted. | 
| String | toString()Returns a string representation of this object. | 
| ReferencePredictorSummary | withArn(String arn)
 The ARN of the reference predictor. | 
| ReferencePredictorSummary | withState(State state)
 Whether the reference predictor is  ActiveorDeleted. | 
| ReferencePredictorSummary | withState(String state)
 Whether the reference predictor is  ActiveorDeleted. | 
public void setArn(String arn)
The ARN of the reference predictor.
arn - The ARN of the reference predictor.public String getArn()
The ARN of the reference predictor.
public ReferencePredictorSummary withArn(String arn)
The ARN of the reference predictor.
arn - The ARN of the reference predictor.public void setState(String state)
 Whether the reference predictor is Active or Deleted.
 
state - Whether the reference predictor is Active or Deleted.Statepublic String getState()
 Whether the reference predictor is Active or Deleted.
 
Active or Deleted.Statepublic ReferencePredictorSummary withState(String state)
 Whether the reference predictor is Active or Deleted.
 
state - Whether the reference predictor is Active or Deleted.Statepublic ReferencePredictorSummary withState(State state)
 Whether the reference predictor is Active or Deleted.
 
state - Whether the reference predictor is Active or Deleted.Statepublic String toString()
toString in class ObjectObject.toString()public ReferencePredictorSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.