public static CreateStackResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateStackResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateStackResponse response = new CreateStackResponse();

            context.Read();

            response.CreateStackResult = CreateStackResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }