Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
@Generated("software.amazon.awssdk:codegen") public class AddAttributesToFindingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddAttributesToFindingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<Attribute> |
attributes() |
The array of attributes that you want to assign to specified findings.
|
static AddAttributesToFindingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
findingArns() |
The ARNs that specify the findings that you want to assign attributes to.
|
int |
hashCode() |
|
static Class<? extends AddAttributesToFindingsRequest.Builder> |
serializableBuilderClass() |
|
AddAttributesToFindingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> findingArns()
The ARNs that specify the findings that you want to assign attributes to.
public List<Attribute> attributes()
The array of attributes that you want to assign to specified findings.
public AddAttributesToFindingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
public static AddAttributesToFindingsRequest.Builder builder()
public static Class<? extends AddAttributesToFindingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.