@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectPredictionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RejectPredictionsResult() |
Modifier and Type | Method and Description |
---|---|
RejectPredictionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the asset.
|
String |
getAssetRevision()
The revision that is to be made to the asset.
|
String |
getDomainId()
The ID of the Amazon DataZone domain.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the asset.
|
void |
setAssetRevision(String assetRevision)
The revision that is to be made to the asset.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain.
|
String |
toString()
Returns a string representation of this object.
|
RejectPredictionsResult |
withAssetId(String assetId)
The ID of the asset.
|
RejectPredictionsResult |
withAssetRevision(String assetRevision)
The revision that is to be made to the asset.
|
RejectPredictionsResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssetId(String assetId)
The ID of the asset.
assetId
- The ID of the asset.public String getAssetId()
The ID of the asset.
public RejectPredictionsResult withAssetId(String assetId)
The ID of the asset.
assetId
- The ID of the asset.public void setAssetRevision(String assetRevision)
The revision that is to be made to the asset.
assetRevision
- The revision that is to be made to the asset.public String getAssetRevision()
The revision that is to be made to the asset.
public RejectPredictionsResult withAssetRevision(String assetRevision)
The revision that is to be made to the asset.
assetRevision
- The revision that is to be made to the asset.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain.
domainId
- The ID of the Amazon DataZone domain.public String getDomainId()
The ID of the Amazon DataZone domain.
public RejectPredictionsResult withDomainId(String domainId)
The ID of the Amazon DataZone domain.
domainId
- The ID of the Amazon DataZone domain.public String toString()
toString
in class Object
Object.toString()
public RejectPredictionsResult clone()