CopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>, SdkBuilder<TestRoleResponse.Builder,TestRoleResponse>public static interface TestRoleResponse.Builder extends CopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>
| Modifier and Type | Method | Description |
|---|---|---|
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 |
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 |
success(String success) |
If the operation is successful, this value is
true; otherwise, the value is false. |
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setMessages(java.util.Collection) or #withMessages(java.util.Collection) if you want to
override the existing values.
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.