Table of Contents

Class ObjectLockLegalHoldStatus

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The type of ObjectLockLegalHoldStatus

public sealed class ObjectLockLegalHoldStatus : ConstantClass
Inheritance
ObjectLockLegalHoldStatus

Constructors

ObjectLockLegalHoldStatus(string)

public ObjectLockLegalHoldStatus(string value)

Parameters

value string

Fields

Off

public static readonly ObjectLockLegalHoldStatus Off

Field Value

ObjectLockLegalHoldStatus

On

public static readonly ObjectLockLegalHoldStatus On

Field Value

ObjectLockLegalHoldStatus

Methods

FindValue(string)

Finds the ObjectLockLegalHoldStatus instance for the string value

public static ObjectLockLegalHoldStatus FindValue(string value)

Parameters

value string

Returns

ObjectLockLegalHoldStatus

Operators

implicit operator ObjectLockLegalHoldStatus(string)

Converts the string to ObjectLockLegalHoldStatus instance

public static implicit operator ObjectLockLegalHoldStatus(string value)

Parameters

value string

Returns

ObjectLockLegalHoldStatus