Response Unmarshaller for GetObjectMetadata operation
Inheritance: S3ReponseUnmarshaller
Example #1
0
 public static GetObjectMetadataResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetObjectMetadataResponseUnmarshaller();
     }
     return(instance);
 }
 public static GetObjectMetadataResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new GetObjectMetadataResponseUnmarshaller();
     }
     return instance;
 }