@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for related items of type File.
| Constructor and Description |
|---|
FileFilter() |
| Modifier and Type | Method and Description |
|---|---|
FileFilter |
clone() |
boolean |
equals(Object obj) |
String |
getFileArn()
The Amazon Resource Name (ARN) of the file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFileArn(String fileArn)
The Amazon Resource Name (ARN) of the file.
|
String |
toString()
Returns a string representation of this object.
|
FileFilter |
withFileArn(String fileArn)
The Amazon Resource Name (ARN) of the file.
|
public void setFileArn(String fileArn)
The Amazon Resource Name (ARN) of the file.
fileArn - The Amazon Resource Name (ARN) of the file.public String getFileArn()
The Amazon Resource Name (ARN) of the file.
public FileFilter withFileArn(String fileArn)
The Amazon Resource Name (ARN) of the file.
fileArn - The Amazon Resource Name (ARN) of the file.public String toString()
toString in class ObjectObject.toString()public FileFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.