Skip to main content

TS3AndOperator

Class in AWS.S3

And operator class.

Ancestors

Properties

Prefix

property Prefix: string

Tags

property Tags: IAWSTags

Constructors

Create

constructor Create; overload;

Constructor for TS3AndOperator.


constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3AndOperator.

Parameters

NameDescription
ANodeAn And XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML node representation of the And condition.

Parameters

NameDescription
AParentNodeA parent XML node for the And node.

Returns

An And XML node.