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