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