@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestFileMultipartPresignedUrlsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUCKET_KEY |
static String |
JSON_PROPERTY_MULTIPART_PRESIGNED_URLS_PARAMS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestFileMultipartPresignedUrlsResponse() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestFileMultipartPresignedUrlsResponse |
bucketKey(String bucketKey) |
boolean |
equals(Object o)
Return true if this SyntheticsTestFileMultipartPresignedUrlsResponse object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getBucketKey()
The bucket key that references the uploaded file after completion.
|
SyntheticsTestFileMultipartPresignedUrlsParams |
getMultipartPresignedUrlsParams()
Presigned URL parameters returned for a multipart upload.
|
int |
hashCode() |
SyntheticsTestFileMultipartPresignedUrlsResponse |
multipartPresignedUrlsParams(SyntheticsTestFileMultipartPresignedUrlsParams multipartPresignedUrlsParams) |
SyntheticsTestFileMultipartPresignedUrlsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBucketKey(String bucketKey) |
void |
setMultipartPresignedUrlsParams(SyntheticsTestFileMultipartPresignedUrlsParams multipartPresignedUrlsParams) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BUCKET_KEY
public static final String JSON_PROPERTY_MULTIPART_PRESIGNED_URLS_PARAMS
public SyntheticsTestFileMultipartPresignedUrlsResponse()
public SyntheticsTestFileMultipartPresignedUrlsResponse bucketKey(String bucketKey)
@Nullable public String getBucketKey()
public void setBucketKey(String bucketKey)
public SyntheticsTestFileMultipartPresignedUrlsResponse multipartPresignedUrlsParams(SyntheticsTestFileMultipartPresignedUrlsParams multipartPresignedUrlsParams)
@Nullable public SyntheticsTestFileMultipartPresignedUrlsParams getMultipartPresignedUrlsParams()
public void setMultipartPresignedUrlsParams(SyntheticsTestFileMultipartPresignedUrlsParams multipartPresignedUrlsParams)
public SyntheticsTestFileMultipartPresignedUrlsResponse putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.