Class ListTestGridSessionArtifactsRequest
- 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.ListTestGridSessionArtifactsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTestGridSessionArtifactsRequest.Builder,ListTestGridSessionArtifactsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTestGridSessionArtifactsRequest extends DeviceFarmRequest implements ToCopyableBuilder<ListTestGridSessionArtifactsRequest.Builder,ListTestGridSessionArtifactsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTestGridSessionArtifactsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTestGridSessionArtifactsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResult()The maximum number of results to be returned by a request.StringnextToken()Pagination token.List<SdkField<?>>sdkFields()static Class<? extends ListTestGridSessionArtifactsRequest.Builder>serializableBuilderClass()StringsessionArn()The ARN of a TestGridSession.ListTestGridSessionArtifactsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.TestGridSessionArtifactCategorytype()Limit results to a specified type of artifact.StringtypeAsString()Limit results to a specified type of artifact.-
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
-
sessionArn
public final String sessionArn()
The ARN of a TestGridSession.
- Returns:
- The ARN of a TestGridSession.
-
type
public final TestGridSessionArtifactCategory type()
Limit results to a specified type of artifact.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTestGridSessionArtifactCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Limit results to a specified type of artifact.
- See Also:
TestGridSessionArtifactCategory
-
typeAsString
public final String typeAsString()
Limit results to a specified type of artifact.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTestGridSessionArtifactCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Limit results to a specified type of artifact.
- See Also:
TestGridSessionArtifactCategory
-
maxResult
public final Integer maxResult()
The maximum number of results to be returned by a request.
- Returns:
- The maximum number of results to be returned by a request.
-
nextToken
public final String nextToken()
Pagination token.
- Returns:
- Pagination token.
-
toBuilder
public ListTestGridSessionArtifactsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTestGridSessionArtifactsRequest.Builder,ListTestGridSessionArtifactsRequest>- Specified by:
toBuilderin classDeviceFarmRequest
-
builder
public static ListTestGridSessionArtifactsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTestGridSessionArtifactsRequest.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
-
-