ToCopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>@Generated("software.amazon.awssdk:codegen") public class TestRoleResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>
The TestRoleResponse structure.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
TestRoleResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static TestRoleResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<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. |
static Class<? extends TestRoleResponse.Builder> |
serializableBuilderClass() |
|
String |
success() |
If the operation is successful, this value is
true; otherwise, the value is false. |
TestRoleResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String success()
If the operation is successful, this value is true; otherwise, the value is false.
true; otherwise, the value is
false.public List<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.
Success element contains false, this value is an array of one or more
error messages that were generated during the test process.public TestRoleResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TestRoleResponse.Builder,TestRoleResponse>public static TestRoleResponse.Builder builder()
public static Class<? extends TestRoleResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.