Class UpdateUploadRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest
-
- software.amazon.awssdk.services.devicefarm.model.UpdateUploadRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateUploadRequest.Builder,UpdateUploadRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateUploadRequest extends DeviceFarmRequest implements ToCopyableBuilder<UpdateUploadRequest.Builder,UpdateUploadRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateUploadRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the uploaded test spec.static UpdateUploadRequest.Builderbuilder()StringcontentType()The upload's content type (for example,application/x-yaml).BooleaneditContent()Set to true if the YAML file has changed and must be updated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The upload's test spec file name.List<SdkField<?>>sdkFields()static Class<? extends UpdateUploadRequest.Builder>serializableBuilderClass()UpdateUploadRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the uploaded test spec.
- Returns:
- The Amazon Resource Name (ARN) of the uploaded test spec.
-
name
public final String name()
The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the
.yamlor.ymlfile extension.- Returns:
- The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file
name must end with the
.yamlor.ymlfile extension.
-
contentType
public final String contentType()
The upload's content type (for example,
application/x-yaml).- Returns:
- The upload's content type (for example,
application/x-yaml).
-
editContent
public final Boolean editContent()
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
- Returns:
- Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
-
toBuilder
public UpdateUploadRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUploadRequest.Builder,UpdateUploadRequest>- Specified by:
toBuilderin classDeviceFarmRequest
-
builder
public static UpdateUploadRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateUploadRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-