@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
Active or Deleted . |
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
Active or Deleted . |
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
Active or Deleted . |
ReferencePredictorSummary |
withState(String state)
Whether the reference predictor is
Active or Deleted . |
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
.State
public String getState()
Whether the reference predictor is Active
or Deleted
.
Active
or Deleted
.State
public ReferencePredictorSummary withState(String state)
Whether the reference predictor is Active
or Deleted
.
state
- Whether the reference predictor is Active
or Deleted
.State
public ReferencePredictorSummary withState(State state)
Whether the reference predictor is Active
or Deleted
.
state
- Whether the reference predictor is Active
or Deleted
.State
public String toString()
toString
in class Object
Object.toString()
public ReferencePredictorSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.