Response Unmarshaller for DescribeStackSummary operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeStackSummaryResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeStackSummaryResponseUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
 public static DescribeStackSummaryResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DescribeStackSummaryResponseUnmarshaller();
   }
   return instance;
 }