C# Class Amazon.S3.Model.DeleteObjectsResponse.DeleteObjectsResponse

Inheritance: Amazon.Runtime.AmazonWebServiceResponse
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
DeleteObjectsResponse ( ) : System

A default constructor for DeleteObjectsResponse

Protected Methods

Method Description
DeleteObjectsResponse ( System info, System context ) : System

Sets the T:System.Runtime.Serialization.SerializationInfo with information about DeleteObjectsResponse

Private Methods

Method Description
GetObjectData ( System info, System context ) : void
IsSetDeleteErrors ( ) : bool
IsSetDeletedObjects ( ) : bool
IsSetRequestCharged ( ) : bool

Checks to see if RequestCharged is set.

Method Details

DeleteObjectsResponse() public method

A default constructor for DeleteObjectsResponse
public DeleteObjectsResponse ( ) : System
return System

DeleteObjectsResponse() protected method

Sets the T:System.Runtime.Serialization.SerializationInfo with information about DeleteObjectsResponse
protected DeleteObjectsResponse ( System info, System context ) : System
info System The that holds the serialized object data.
context System The that contains contextual information about the source or destination.
return System