@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectProfileObjectTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DetectProfileObjectTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DetectProfileObjectTypeResult |
clone() |
boolean |
equals(Object obj) |
List<DetectedProfileObjectType> |
getDetectedProfileObjectTypes()
Detected
ProfileObjectType mappings from given objects. |
int |
hashCode() |
void |
setDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
String |
toString()
Returns a string representation of this object.
|
DetectProfileObjectTypeResult |
withDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
DetectProfileObjectTypeResult |
withDetectedProfileObjectTypes(DetectedProfileObjectType... detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DetectedProfileObjectType> getDetectedProfileObjectTypes()
Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
ProfileObjectType mappings from given objects. A maximum of one mapping is
supported.public void setDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
detectedProfileObjectTypes - Detected ProfileObjectType mappings from given objects. A maximum of one mapping is
supported.public DetectProfileObjectTypeResult withDetectedProfileObjectTypes(DetectedProfileObjectType... detectedProfileObjectTypes)
Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
NOTE: This method appends the values to the existing list (if any). Use
setDetectedProfileObjectTypes(java.util.Collection) or
withDetectedProfileObjectTypes(java.util.Collection) if you want to override the existing values.
detectedProfileObjectTypes - Detected ProfileObjectType mappings from given objects. A maximum of one mapping is
supported.public DetectProfileObjectTypeResult withDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
detectedProfileObjectTypes - Detected ProfileObjectType mappings from given objects. A maximum of one mapping is
supported.public String toString()
toString in class ObjectObject.toString()public DetectProfileObjectTypeResult clone()
Copyright © 2024. All rights reserved.