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