public static interface TestRoleResponse.Builder extends ElasticTranscoderResponse.Builder, CopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>
| Modifier and Type | Method and Description |
|---|---|
TestRoleResponse.Builder |
messages(Collection<String> messages)
If the
Success element contains false, this value is an array of one or more error
messages that were generated during the test process. |
TestRoleResponse.Builder |
messages(String... messages)
If the
Success element contains false, this value is an array of one or more error
messages that were generated during the test process. |
TestRoleResponse.Builder |
success(String success)
If the operation is successful, this value is
true; otherwise, the value is false. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildTestRoleResponse.Builder success(String success)
If the operation is successful, this value is true; otherwise, the value is false.
success - If the operation is successful, this value is true; otherwise, the value is
false.TestRoleResponse.Builder messages(Collection<String> messages)
If the Success element contains false, this value is an array of one or more error
messages that were generated during the test process.
messages - If the Success element contains false, this value is an array of one or more
error messages that were generated during the test process.TestRoleResponse.Builder messages(String... messages)
If the Success element contains false, this value is an array of one or more error
messages that were generated during the test process.
messages - If the Success element contains false, this value is an array of one or more
error messages that were generated during the test process.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.