@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateFindingsFilterResult clone()