Response Unmarshaller for PutBucketNotification operation
Inheritance: S3ReponseUnmarshaller
 public static PutBucketNotificationResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new PutBucketNotificationResponseUnmarshaller();
     }
     return instance;
 }
示例#2
0
 public static PutBucketNotificationResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new PutBucketNotificationResponseUnmarshaller();
     }
     return(instance);
 }