ToCopyableBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
@Generated("software.amazon.awssdk:codegen") public class ListRuleNamesByTargetResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRuleNamesByTargetResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListRuleNamesByTargetResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Indicates whether there are additional results to retrieve.
|
List<String> |
ruleNames() |
The names of the rules that can invoke the given target.
|
static Class<? extends ListRuleNamesByTargetResponse.Builder> |
serializableBuilderClass() |
|
ListRuleNamesByTargetResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> ruleNames()
The names of the rules that can invoke the given target.
public String nextToken()
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
public ListRuleNamesByTargetResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
public static ListRuleNamesByTargetResponse.Builder builder()
public static Class<? extends ListRuleNamesByTargetResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.