@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFindingsFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFindingsFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingsFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the filter that was updated.
|
String |
getId()
The unique identifier for the filter that was updated.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the filter that was updated.
|
void |
setId(String id)
The unique identifier for the filter that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFindingsFilterResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the filter that was updated.
|
UpdateFindingsFilterResult |
withId(String id)
The unique identifier for the filter that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the filter that was updated.
arn - The Amazon Resource Name (ARN) of the filter that was updated.public String getArn()
The Amazon Resource Name (ARN) of the filter that was updated.
public UpdateFindingsFilterResult withArn(String arn)
The Amazon Resource Name (ARN) of the filter that was updated.
arn - The Amazon Resource Name (ARN) of the filter that was updated.public void setId(String id)
The unique identifier for the filter that was updated.
id - The unique identifier for the filter that was updated.public String getId()
The unique identifier for the filter that was updated.
public UpdateFindingsFilterResult withId(String id)
The unique identifier for the filter that was updated.
id - The unique identifier for the filter that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateFindingsFilterResult clone()
Copyright © 2023. All rights reserved.