@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRescoreExecutionPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateRescoreExecutionPlanResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateRescoreExecutionPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the rescore execution plan.
|
String |
getId()
The identifier of the rescore execution plan.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
|
void |
setId(String id)
The identifier of the rescore execution plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateRescoreExecutionPlanResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
|
CreateRescoreExecutionPlanResult |
withId(String id)
The identifier of the rescore execution plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The identifier of the rescore execution plan.
id - The identifier of the rescore execution plan.public String getId()
The identifier of the rescore execution plan.
public CreateRescoreExecutionPlanResult withId(String id)
The identifier of the rescore execution plan.
id - The identifier of the rescore execution plan.public void setArn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
arn - The Amazon Resource Name (ARN) of the rescore execution plan.public String getArn()
The Amazon Resource Name (ARN) of the rescore execution plan.
public CreateRescoreExecutionPlanResult withArn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
arn - The Amazon Resource Name (ARN) of the rescore execution plan.public String toString()
toString in class ObjectObject.toString()public CreateRescoreExecutionPlanResult clone()