@Generated(value="software.amazon.awssdk:codegen") public class TestRoleRequest extends ElasticTranscoderRequest implements ToCopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
The TestRoleRequest structure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestRoleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestRoleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
inputBucket()
The Amazon S3 bucket that contains media files to be transcoded.
|
String |
outputBucket()
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to.
|
String |
role()
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
|
static Class<? extends TestRoleRequest.Builder> |
serializableBuilderClass() |
TestRoleRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
List<String> |
topics()
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a
test notification to.
|
String |
toString() |
requestOverrideConfigcopypublic String role()
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
public String inputBucket()
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
public String outputBucket()
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
public List<String> topics()
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TestRoleRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>toBuilder in class ElasticTranscoderRequestpublic static TestRoleRequest.Builder builder()
public static Class<? extends TestRoleRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.