@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProvisionedModelThroughputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetProvisionedModelThroughputResult() |
Modifier and Type | Method and Description |
---|---|
GetProvisionedModelThroughputResult |
clone() |
boolean |
equals(Object obj) |
String |
getCommitmentDuration()
Commitment duration of the provisioned throughput.
|
Date |
getCommitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
|
Date |
getCreationTime()
The timestamp of the creation time for this provisioned throughput.
|
String |
getDesiredModelArn()
The ARN of the new model to asssociate with this provisioned throughput.
|
Integer |
getDesiredModelUnits()
The desired number of model units that was requested to be available for this provisioned throughput.
|
String |
getFailureMessage()
Failure message for any issues that the create operation encounters.
|
String |
getFoundationModelArn()
ARN of the foundation model.
|
Date |
getLastModifiedTime()
The timestamp of the last modified time of this provisioned throughput.
|
String |
getModelArn()
The ARN or name of the model associated with this provisioned throughput.
|
Integer |
getModelUnits()
The current number of model units requested to be available for this provisioned throughput.
|
String |
getProvisionedModelArn()
The ARN of the provisioned throughput.
|
String |
getProvisionedModelName()
The name of the provisioned throughput.
|
String |
getStatus()
Status of the provisioned throughput.
|
int |
hashCode() |
void |
setCommitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
|
void |
setCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
void |
setCreationTime(Date creationTime)
The timestamp of the creation time for this provisioned throughput.
|
void |
setDesiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
|
void |
setDesiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
|
void |
setFailureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
|
void |
setFoundationModelArn(String foundationModelArn)
ARN of the foundation model.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
|
void |
setModelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
|
void |
setModelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
|
void |
setProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
void |
setProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
void |
setStatus(String status)
Status of the provisioned throughput.
|
String |
toString()
Returns a string representation of this object.
|
GetProvisionedModelThroughputResult |
withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withCommitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withCreationTime(Date creationTime)
The timestamp of the creation time for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withDesiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withDesiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withFailureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
|
GetProvisionedModelThroughputResult |
withFoundationModelArn(String foundationModelArn)
ARN of the foundation model.
|
GetProvisionedModelThroughputResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withModelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withModelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
withStatus(String status)
Status of the provisioned throughput.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
modelUnits
- The current number of model units requested to be available for this provisioned throughput.public Integer getModelUnits()
The current number of model units requested to be available for this provisioned throughput.
public GetProvisionedModelThroughputResult withModelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
modelUnits
- The current number of model units requested to be available for this provisioned throughput.public void setDesiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
desiredModelUnits
- The desired number of model units that was requested to be available for this provisioned throughput.public Integer getDesiredModelUnits()
The desired number of model units that was requested to be available for this provisioned throughput.
public GetProvisionedModelThroughputResult withDesiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
desiredModelUnits
- The desired number of model units that was requested to be available for this provisioned throughput.public void setProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName
- The name of the provisioned throughput.public String getProvisionedModelName()
The name of the provisioned throughput.
public GetProvisionedModelThroughputResult withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName
- The name of the provisioned throughput.public void setProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn
- The ARN of the provisioned throughput.public String getProvisionedModelArn()
The ARN of the provisioned throughput.
public GetProvisionedModelThroughputResult withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn
- The ARN of the provisioned throughput.public void setModelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
modelArn
- The ARN or name of the model associated with this provisioned throughput.public String getModelArn()
The ARN or name of the model associated with this provisioned throughput.
public GetProvisionedModelThroughputResult withModelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
modelArn
- The ARN or name of the model associated with this provisioned throughput.public void setDesiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
desiredModelArn
- The ARN of the new model to asssociate with this provisioned throughput.public String getDesiredModelArn()
The ARN of the new model to asssociate with this provisioned throughput.
public GetProvisionedModelThroughputResult withDesiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
desiredModelArn
- The ARN of the new model to asssociate with this provisioned throughput.public void setFoundationModelArn(String foundationModelArn)
ARN of the foundation model.
foundationModelArn
- ARN of the foundation model.public String getFoundationModelArn()
ARN of the foundation model.
public GetProvisionedModelThroughputResult withFoundationModelArn(String foundationModelArn)
ARN of the foundation model.
foundationModelArn
- ARN of the foundation model.public void setStatus(String status)
Status of the provisioned throughput.
status
- Status of the provisioned throughput.ProvisionedModelStatus
public String getStatus()
Status of the provisioned throughput.
ProvisionedModelStatus
public GetProvisionedModelThroughputResult withStatus(String status)
Status of the provisioned throughput.
status
- Status of the provisioned throughput.ProvisionedModelStatus
public GetProvisionedModelThroughputResult withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
status
- Status of the provisioned throughput.ProvisionedModelStatus
public void setCreationTime(Date creationTime)
The timestamp of the creation time for this provisioned throughput.
creationTime
- The timestamp of the creation time for this provisioned throughput.public Date getCreationTime()
The timestamp of the creation time for this provisioned throughput.
public GetProvisionedModelThroughputResult withCreationTime(Date creationTime)
The timestamp of the creation time for this provisioned throughput.
creationTime
- The timestamp of the creation time for this provisioned throughput.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
lastModifiedTime
- The timestamp of the last modified time of this provisioned throughput.public Date getLastModifiedTime()
The timestamp of the last modified time of this provisioned throughput.
public GetProvisionedModelThroughputResult withLastModifiedTime(Date lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
lastModifiedTime
- The timestamp of the last modified time of this provisioned throughput.public void setFailureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
failureMessage
- Failure message for any issues that the create operation encounters.public String getFailureMessage()
Failure message for any issues that the create operation encounters.
public GetProvisionedModelThroughputResult withFailureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
failureMessage
- Failure message for any issues that the create operation encounters.public void setCommitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
commitmentDuration
- Commitment duration of the provisioned throughput.CommitmentDuration
public String getCommitmentDuration()
Commitment duration of the provisioned throughput.
CommitmentDuration
public GetProvisionedModelThroughputResult withCommitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
commitmentDuration
- Commitment duration of the provisioned throughput.CommitmentDuration
public GetProvisionedModelThroughputResult withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
commitmentDuration
- Commitment duration of the provisioned throughput.CommitmentDuration
public void setCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime
- Commitment expiration time for the provisioned throughput.public Date getCommitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
public GetProvisionedModelThroughputResult withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime
- Commitment expiration time for the provisioned throughput.public String toString()
toString
in class Object
Object.toString()
public GetProvisionedModelThroughputResult clone()