예제 #1
0
 public static CloneStackResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CloneStackResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CloneStackResponse response = new CloneStackResponse();

            context.Read();

            response.CloneStackResult = CloneStackResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }