@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectProtectiveEquipmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectProtectiveEquipmentRequest() |
Modifier and Type | Method and Description |
---|---|
DetectProtectiveEquipmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Image |
getImage()
The image in which you want to detect PPE on detected persons.
|
ProtectiveEquipmentSummarizationAttributes |
getSummarizationAttributes()
An array of PPE types that you want to summarize.
|
int |
hashCode() |
void |
setImage(Image image)
The image in which you want to detect PPE on detected persons.
|
void |
setSummarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
|
String |
toString()
Returns a string representation of this object.
|
DetectProtectiveEquipmentRequest |
withImage(Image image)
The image in which you want to detect PPE on detected persons.
|
DetectProtectiveEquipmentRequest |
withSummarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setImage(Image image)
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
image
- The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or
you can reference an image stored in an Amazon S3 bucket.public Image getImage()
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
public DetectProtectiveEquipmentRequest withImage(Image image)
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
image
- The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or
you can reference an image stored in an Amazon S3 bucket.public void setSummarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
summarizationAttributes
- An array of PPE types that you want to summarize.public ProtectiveEquipmentSummarizationAttributes getSummarizationAttributes()
An array of PPE types that you want to summarize.
public DetectProtectiveEquipmentRequest withSummarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
summarizationAttributes
- An array of PPE types that you want to summarize.public String toString()
toString
in class Object
Object.toString()
public DetectProtectiveEquipmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()